Color Hex Logo

#301831 Color Hex

#301831
(48,24,49)
0 Favorites   0 Comments

Color spaces of #301831

RGB 482449
HSL0.830.340.14
HSV298°51°19°
CMYK 0.020.510.00   0.81
XYZ2.09991.50343.0852
Yxy1.50340.31400.2248
Hunter Lab12.26139.1130-6.3357
CIE-Lab12.629716.8960-11.6115

#301831 color RGB value is (48,24,49).

#301831 hex color red value is 48, green value is 24 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #301831 hue: 0.83 , saturation: 0.34 and the lightness value of 301831 is 0.14.

The process color (four color CMYK) of #301831 color hex is 0.02, 0.51, 0.00, 0.81. Web safe color of #301831 is #330033. Color #301831 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011000 00110001
Octal 60 30 61
Decimal 48 24 49
Hex 30 18 31

RGB Percentages of Color #301831

%39.67
%19.83
%40.50

CMYK Percentages of Color #301831

%2
%51
%0
%81

Triadic Colors of #301831

#301831 #313018 #183130

Analogous Colors of #301831

#301831 #311826 #241831

Monochromatic Colors of #301831

#301831

Complementary Color

#301831 #193118

#301831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301831 Color CSS Codes

.mybgcolor {background-color:#301831; } 
.myforecolor {color:#301831; }
.mybordercolor {border:3px solid #301831; }

#301831 Text Font Color

<p style="color:#301831">Text here</p>

This sample text font color is #301831
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#301831 Background Color

<div style="background-color:#301831">
Div content here</div>

This div background color is #301831


#301831 Border Color

<div style="border:3px solid #301831">
Div here</div>

This div border color is #301831


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,24,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301831; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301831;
  -webkit-box-shadow: 1px 1px 3px 2px #301831;
  box-shadow:         1px 1px 3px 2px #301831; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,24,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #301831">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #301831;
  -webkit-box-shadow: 1px 1px 3px 2px #301831;
  box-shadow:         1px 1px 3px 2px #301831;">
Div content here</div>

This div box has shadow with color #301831


Comments

No comments written yet.

Please login to write comment.