Html Css Color HEX #372B16 Black Magic

📋 copy color: '#372B16'

red 55 ◦ green 43 ◦ blue 22

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

Shades of Black Magic #372B16

Tints of Black Magic #372B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 35.83%

 BLUE value IS 22 (8.98% from 255) = 18.33%

R = 45.83%
G = 35.83%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#372B16 (or 0x372B16) is known color: Black Magic. HEX triplet: 37, 2B and 16. RGB value is (55,43,22). Sum of RGB (Red+Green+Blue) = 55+43+22=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #372B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B16 is #C8D4E9. Grayscale: #2C2C2C. Windows color (decimal): -13161706 or 1452855. OLE color: 1452855.

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

Color convert

RGB 55 43 22 -
CMYK 0 0.22 0.6 0.78
HSL 38.18º 0.43% 0.15% -
HSV(B) 38.18º 0.6% 0.22% -
XYZ 2.58 2.6 1.12 -
YUV 44.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 55 43 22 0 0.22 0.6 0.78 38.18 0.43 0.15
Hex 37 2B 16 0 16 3C 4E 26 2B F
Octal 67 53 26 0 26 74 116 46 53 17
Binary 110111 101011 10110 0 10110 111100 1001110 100110 101011 1111

Color Harmonies of #372B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B16

Black with #372B16

Text Example


Text Example

White with #372B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,22); }

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

background-color css

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

 a { background-color: rgb(55,43,22); }

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

border-color css

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

 span { border-color: rgb(55,43,22); }

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