Html Css Color HEX #372A16 Black Magic

📋 copy color: '#372A16'

red 55 ◦ green 42 ◦ blue 22

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

Shades of Black Magic #372A16

Tints of Black Magic #372A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.29%

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

R = 46.22%
G = 35.29%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#372A16 (or 0x372A16) is known color: Black Magic. HEX triplet: 37, 2A and 16. RGB value is (55,42,22). Sum of RGB (Red+Green+Blue) = 55+42+22=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #372A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A16 is #C8D5E9. Grayscale: #2B2B2B. Windows color (decimal): -13161962 or 1452599. OLE color: 1452599.

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

Color convert

RGB 55 42 22 -
CMYK 0 0.24 0.6 0.78
HSL 36.36º 0.43% 0.15% -
HSV(B) 36.36º 0.6% 0.22% -
XYZ 2.55 2.53 1.11 -
YUV 43.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 55 42 22 0 0.24 0.6 0.78 36.36 0.43 0.15
Hex 37 2A 16 0 18 3C 4E 24 2B F
Octal 67 52 26 0 30 74 116 44 53 17
Binary 110111 101010 10110 0 11000 111100 1001110 100100 101011 1111

Color Harmonies of #372A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A16

Black with #372A16

Text Example


Text Example

White with #372A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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