Html Css Color HEX #372C18 Black Magic

📋 copy color: '#372C18'

red 55 ◦ green 44 ◦ blue 24

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

Shades of Black Magic #372C18

Tints of Black Magic #372C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.77%

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

R = 44.72%
G = 35.77%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#372C18 (or 0x372C18) is known color: Black Magic. HEX triplet: 37, 2C and 18. RGB value is (55,44,24). Sum of RGB (Red+Green+Blue) = 55+44+24=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #372C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C18 is #C8D3E7. Grayscale: #2D2D2D. Windows color (decimal): -13161448 or 1584183. OLE color: 1584183.

HSL color Cylindrical-coordinate representation of color #372C18: hue angle of 38.71º 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 #372C18 is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 44 24 -
CMYK 0 0.2 0.56 0.78
HSL 38.71º 0.39% 0.15% -
HSV(B) 38.71º 0.56% 0.22% -
XYZ 2.64 2.68 1.24 -
YUV 45.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 55 44 24 0 0.2 0.56 0.78 38.71 0.39 0.15
Hex 37 2C 18 0 14 38 4E 27 27 F
Octal 67 54 30 0 24 70 116 47 47 17
Binary 110111 101100 11000 0 10100 111000 1001110 100111 100111 1111

Color Harmonies of #372C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C18

Black with #372C18

Text Example


Text Example

White with #372C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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