Color Hex Logo

#24133c Color Hex

#24133C
(36,19,60)
0 Favorites   0 Comments

Color spaces of #24133c

RGB 361960
HSL0.740.520.15
HSV265°68°24°
CMYK 0.400.680.00   0.76
XYZ1.77601.16714.4066
Yxy1.16710.24160.1588
Hunter Lab10.803210.4389-16.6219
CIE-Lab10.312419.2642-23.3002

#24133c color RGB value is (36,19,60).

#24133c hex color red value is 36, green value is 19 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #24133c hue: 0.74 , saturation: 0.52 and the lightness value of 24133c is 0.15.

The process color (four color CMYK) of #24133c color hex is 0.40, 0.68, 0.00, 0.76. Web safe color of #24133c is #330033. Color #24133c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010011 00111100
Octal 44 23 74
Decimal 36 19 60
Hex 24 13 3C

RGB Percentages of Color #24133c

%31.30
%16.52
%52.17

CMYK Percentages of Color #24133c

%40
%68
%0
%76

Triadic Colors of #24133c

#24133c #3c2413 #133c24

Analogous Colors of #24133c

#24133c #39133c #13173c

Monochromatic Colors of #24133c

#24133c

Complementary Color

#24133c #2b3c13

#24133c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24133c Color Preview on White Background

Lorem ipsum dolor sit amet.

#24133c Color CSS Codes

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

#24133c Text Font Color

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

This sample text font color is #24133c
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.


#24133c Background Color

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

This div background color is #24133c


#24133c Border Color

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

This div border color is #24133c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,19,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24133c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24133c;
  -webkit-box-shadow: 1px 1px 3px 2px #24133c;
  box-shadow:         1px 1px 3px 2px #24133c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,19,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24133c


Comments

No comments written yet.

Please login to write comment.