Color Hex Logo

#24002f Color Hex

#24002F
(36,0,47)
0 Favorites   0 Comments

Color spaces of #24002f

RGB 36047
HSL0.791.000.09
HSV286°100°18°
CMYK 0.231.000.00   0.82
XYZ1.24060.58032.7359
Yxy0.58030.27230.1273
Hunter Lab7.617715.7389-15.9615
CIE-Lab5.241826.1653-21.9554

#24002f color RGB value is (36,0,47).

#24002f hex color red value is 36, green value is 0 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #24002f hue: 0.79 , saturation: 1.00 and the lightness value of 24002f is 0.09.

The process color (four color CMYK) of #24002f color hex is 0.23, 1.00, 0.00, 0.82. Web safe color of #24002f is #330033. Color #24002f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00000000 00101111
Octal 44 0 57
Decimal 36 0 47
Hex 24 0 2F

RGB Percentages of Color #24002f

%43.37
%0.00
%56.63

CMYK Percentages of Color #24002f

%23
%100
%0
%82

Triadic Colors of #24002f

#24002f #2f2400 #002f24

Analogous Colors of #24002f

#24002f #2f0023 #0c002f

Monochromatic Colors of #24002f

#24002f

Complementary Color

#24002f #0b2f00

#24002f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24002f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24002f Color CSS Codes

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

#24002f Text Font Color

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

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


#24002f Background Color

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

This div background color is #24002f


#24002f Border Color

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

This div border color is #24002f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,0,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24002f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24002f;
  -webkit-box-shadow: 1px 1px 3px 2px #24002f;
  box-shadow:         1px 1px 3px 2px #24002f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24002f


Comments

No comments written yet.

Please login to write comment.