Html Css Color HEX #372E20 Black Magic

📋 copy color: '#372E20'

red 55 ◦ green 46 ◦ blue 32

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

Shades of Black Magic #372E20

Tints of Black Magic #372E20

RGB

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

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

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

R = 41.35%
G = 34.59%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#372E20 (or 0x372E20) is known color: Black Magic. HEX triplet: 37, 2E and 20. RGB value is (55,46,32). Sum of RGB (Red+Green+Blue) = 55+46+32=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #372E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E20 is #C8D1DF. Grayscale: #2F2F2F. Windows color (decimal): -13160928 or 2108983. OLE color: 2108983.

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

Color convert

RGB 55 46 32 -
CMYK 0 0.16 0.42 0.78
HSL 36.52º 0.26% 0.17% -
HSV(B) 36.52º 0.42% 0.22% -
XYZ 2.81 2.87 1.77 -
YUV 47.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 55 46 32 0 0.16 0.42 0.78 36.52 0.26 0.17
Hex 37 2E 20 0 10 2A 4E 25 1A 11
Octal 67 56 40 0 20 52 116 45 32 21
Binary 110111 101110 100000 0 10000 101010 1001110 100101 11010 10001

Color Harmonies of #372E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E20

Black with #372E20

Text Example


Text Example

White with #372E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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