#372602

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

Shades of Black Magic #372602

Tints of Black Magic #372602

Color information

#372602 (or 0x372602) is unknown color: approx Black Magic. HEX triplet: 37, 26 and 02. RGB value is (55,38,2). Sum of RGB (Red+Green+Blue) = 55+38+2=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #372602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372602 is #C8D9FD. Grayscale: #272727. Windows color (decimal): -13163006 or 140855. OLE color: 140855.

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

Color convert

RGB55382-
CMYK00.310.960.78
HSL40.75º92.98%11.18%-
HSV(B)40.75º96.36%21.57%-
XYZ2.282.20.36-
YUV38.98107.13139.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.89%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=57.89%
G=40%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5538200.310.960.7840.7592.9811.18
Hex3726201F604E295db
Octal674620371401165113513
Binary110111100110100111111100000100111010100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372602; }

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

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

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

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

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

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

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

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