Html Css Color HEX #372D16 Black Magic

📋 copy color: '#372D16'

red 55 ◦ green 45 ◦ blue 22

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

Shades of Black Magic #372D16

Tints of Black Magic #372D16

RGB

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

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

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

R = 45.08%
G = 36.89%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#372D16 (or 0x372D16) is known color: Black Magic. HEX triplet: 37, 2D and 16. RGB value is (55,45,22). Sum of RGB (Red+Green+Blue) = 55+45+22=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #372D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D16 is #C8D2E9. Grayscale: #2D2D2D. Windows color (decimal): -13161194 or 1453367. OLE color: 1453367.

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

Color convert

RGB 55 45 22 -
CMYK 0 0.18 0.6 0.78
HSL 41.82º 0.43% 0.15% -
HSV(B) 41.82º 0.6% 0.22% -
XYZ 2.66 2.75 1.15 -
YUV 45.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 55 45 22 0 0.18 0.6 0.78 41.82 0.43 0.15
Hex 37 2D 16 0 12 3C 4E 2A 2B F
Octal 67 55 26 0 22 74 116 52 53 17
Binary 110111 101101 10110 0 10010 111100 1001110 101010 101011 1111

Color Harmonies of #372D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D16

Black with #372D16

Text Example


Text Example

White with #372D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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