Html Css Color HEX #372D18 Black Magic

📋 copy color: '#372D18'

red 55 ◦ green 45 ◦ blue 24

#372D18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #372D18

Tints of Black Magic #372D18

RGB

 RED value IS 55 (21.88% from 255) = 44.35%

 GREEN value IS 45 (17.97% from 255) = 36.29%

 BLUE value IS 24 (9.77% from 255) = 19.35%

R = 44.35%
G = 36.29%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#372D18 (or 0x372D18) is known color: Black Magic. HEX triplet: 37, 2D and 18. RGB value is (55,45,24). Sum of RGB (Red+Green+Blue) = 55+45+24=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #372D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D18 is #C8D2E7. Grayscale: #2D2D2D. Windows color (decimal): -13161192 or 1584439. OLE color: 1584439.

HSL color Cylindrical-coordinate representation of color #372D18: hue angle of 40.65º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #372D18 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 45 24 -
CMYK 0 0.18 0.56 0.78
HSL 40.65º 0.39% 0.15% -
HSV(B) 40.65º 0.56% 0.22% -
XYZ 2.68 2.75 1.25 -
YUV 45.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 55 45 24 0 0.18 0.56 0.78 40.65 0.39 0.15
Hex 37 2D 18 0 12 38 4E 29 27 F
Octal 67 55 30 0 22 70 116 51 47 17
Binary 110111 101101 11000 0 10010 111000 1001110 101001 100111 1111

Color Harmonies of #372D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D18

Black with #372D18

Text Example


Text Example

White with #372D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372D18; }

 p { color: rgb(55,45,24); }

 H1.HeaderClassName
 {
   color: #372D18;
 }
 .AnyTagClassName
 {
   color: #372D18;
 }
</style>

background-color css

<style>
 a { background-color: #372D18; }

 a { background-color: rgb(55,45,24); }

 div.DivClassName
 {
   background-color: #372D18;
 }
 .BgClassName
 {
   background-color: #372D18;
 }
</style>

border-color css

<style>
 span { border-color: #372D18; }

 span { border-color: rgb(55,45,24); }

 td.TdClassName
 {
   border-color: #372D18;
 }
 .TagClassName
 {
   border-color: #372D18;
 }
</style>