#372702

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

Shades of Black Magic #372702

Tints of Black Magic #372702

Color information

#372702 (or 0x372702) is unknown color: approx Black Magic. HEX triplet: 37, 27 and 02. RGB value is (55,39,2). Sum of RGB (Red+Green+Blue) = 55+39+2=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #372702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372702 is #C8D8FD. Grayscale: #272727. Windows color (decimal): -13162750 or 141111. OLE color: 141111.

HSL color Cylindrical-coordinate representation of color #372702: hue angle of 41.89º 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 #372702 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB55392-
CMYK00.290.960.78
HSL41.89º92.98%11.18%-
HSV(B)41.89º96.36%21.57%-
XYZ2.312.270.37-
YUV39.57106.8139.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=57.29%
G=40.62%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5539200.290.960.7841.8992.9811.18
Hex3727201D604E2a5db
Octal674720351401165213513
Binary110111100111100111011100000100111010101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372702; }

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

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

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

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

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

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

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

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