Html Css Color HEX #372811 Black Magic

📋 copy color: '#372811'

red 55 ◦ green 40 ◦ blue 17

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

Shades of Black Magic #372811

Tints of Black Magic #372811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.71%

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 49.11%
G = 35.71%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#372811 (or 0x372811) is known color: Black Magic. HEX triplet: 37, 28 and 11. RGB value is (55,40,17). Sum of RGB (Red+Green+Blue) = 55+40+17=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #372811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372811 is #C8D7EE. Grayscale: #292929. Windows color (decimal): -13162479 or 1124407. OLE color: 1124407.

HSL color Cylindrical-coordinate representation of color #372811: hue angle of 36.32º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372811 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 40 17 -
CMYK 0 0.27 0.69 0.78
HSL 36.32º 0.53% 0.14% -
HSV(B) 36.32º 0.69% 0.22% -
XYZ 2.44 2.37 0.86 -
YUV 41.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 55 40 17 0 0.27 0.69 0.78 36.32 0.53 0.14
Hex 37 28 11 0 1B 45 4E 24 35 E
Octal 67 50 21 0 33 105 116 44 65 16
Binary 110111 101000 10001 0 11011 1000101 1001110 100100 110101 1110

Color Harmonies of #372811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372811

Black with #372811

Text Example


Text Example

White with #372811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372811; }

 p { color: rgb(55,40,17); }

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

background-color css

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

 a { background-color: rgb(55,40,17); }

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

border-color css

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

 span { border-color: rgb(55,40,17); }

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