#372B08

Color #372B08 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #372B08

Tints of Black Magic #372B08

Color information

#372B08 (or 0x372B08) is unknown color: approx Black Magic. HEX triplet: 37, 2B and 08. RGB value is (55,43,8). Sum of RGB (Red+Green+Blue) = 55+43+8=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #372B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B08 is #C8D4F7. Grayscale: #2A2A2A. Windows color (decimal): -13161720 or 535351. OLE color: 535351.

HSL color Cylindrical-coordinate representation of color #372B08: hue angle of 44.68º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #372B08 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB55438-
CMYK00.220.850.78
HSL44.68º74.6%12.35%-
HSV(B)44.68º85.45%21.57%-
XYZ2.482.560.59-
YUV42.6108.48136.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 43 (17.19% from 255) = 40.57%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=51.89%
G=40.57%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5543800.220.850.7844.6874.612.35
Hex372B8016554E2d4bc
Octal6753100261251165511314
Binary11011110101110000101101010101100111010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,43,8); }

 H1.HeaderClassName
 {
   color: #372B08;
 }
 .AnyTagClassName
 {
   color: #372B08;
 }
</style>
background-color css

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

 a { background-color: rgb(55,43,8); }

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

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

 span { border-color: rgb(55,43,8); }

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