Html Css Color HEX #372C20 Black Magic

📋 copy color: '#372C20'

red 55 ◦ green 44 ◦ blue 32

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

Shades of Black Magic #372C20

Tints of Black Magic #372C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.43%

R = 41.98%
G = 33.59%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#372C20 (or 0x372C20) is known color: Black Magic. HEX triplet: 37, 2C and 20. RGB value is (55,44,32). Sum of RGB (Red+Green+Blue) = 55+44+32=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #372C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C20 is #C8D3DF. Grayscale: #2D2D2D. Windows color (decimal): -13161440 or 2108471. OLE color: 2108471.

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

Color convert

RGB 55 44 32 -
CMYK 0 0.2 0.42 0.78
HSL 31.3º 0.26% 0.17% -
HSV(B) 31.3º 0.42% 0.22% -
XYZ 2.74 2.72 1.75 -
YUV 45.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 55 44 32 0 0.2 0.42 0.78 31.3 0.26 0.17
Hex 37 2C 20 0 14 2A 4E 1F 1A 11
Octal 67 54 40 0 24 52 116 37 32 21
Binary 110111 101100 100000 0 10100 101010 1001110 11111 11010 10001

Color Harmonies of #372C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C20

Black with #372C20

Text Example


Text Example

White with #372C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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