#372802

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

Shades of Black Magic #372802

Tints of Black Magic #372802

Color information

#372802 (or 0x372802) is unknown color: approx Black Magic. HEX triplet: 37, 28 and 02. RGB value is (55,40,2). Sum of RGB (Red+Green+Blue) = 55+40+2=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #372802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372802 is #C8D7FD. Grayscale: #282828. Windows color (decimal): -13162494 or 141367. OLE color: 141367.

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

Color convert

RGB55402-
CMYK00.270.960.78
HSL43.02º92.98%11.18%-
HSV(B)43.02º96.36%21.57%-
XYZ2.352.330.38-
YUV40.15106.47138.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.70%
GREEN value IS 40 (16.02% from 255) = 41.24%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=56.70%
G=41.24%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5540200.270.960.7843.0292.9811.18
Hex3728201B604E2b5db
Octal675020331401165313513
Binary110111101000100110111100000100111010101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372802; }

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

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

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

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

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

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

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

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