Html Css Color HEX #372E21 Black Magic

📋 copy color: '#372E21'

red 55 ◦ green 46 ◦ blue 33

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

Shades of Black Magic #372E21

Tints of Black Magic #372E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.33%

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 41.04%
G = 34.33%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#372E21 (or 0x372E21) is known color: Black Magic. HEX triplet: 37, 2E and 21. RGB value is (55,46,33). Sum of RGB (Red+Green+Blue) = 55+46+33=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #372E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E21 is #C8D1DE. Grayscale: #2F2F2F. Windows color (decimal): -13160927 or 2174519. OLE color: 2174519.

HSL color Cylindrical-coordinate representation of color #372E21: hue angle of 35.45º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #372E21 is Cyan = 0, Magento = 0.16, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 46 33 -
CMYK 0 0.16 0.4 0.78
HSL 35.45º 0.25% 0.17% -
HSV(B) 35.45º 0.4% 0.22% -
XYZ 2.83 2.88 1.84 -
YUV 47.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 55 46 33 0 0.16 0.4 0.78 35.45 0.25 0.17
Hex 37 2E 21 0 10 28 4E 23 19 11
Octal 67 56 41 0 20 50 116 43 31 21
Binary 110111 101110 100001 0 10000 101000 1001110 100011 11001 10001

Color Harmonies of #372E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E21

Black with #372E21

Text Example


Text Example

White with #372E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,46,33); }

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

background-color css

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

 a { background-color: rgb(55,46,33); }

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

border-color css

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

 span { border-color: rgb(55,46,33); }

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