#372600

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

Shades of Black Magic #372600

Tints of Black Magic #372600

Color information

#372600 (or 0x372600) is unknown color: approx Black Magic. HEX triplet: 37, 26 and 00. RGB value is (55,38,0). Sum of RGB (Red+Green+Blue) = 55+38+0=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #372600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372600 is #C8D9FF. Grayscale: #262626. Windows color (decimal): -13163008 or 9783. OLE color: 9783.

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

Color convert

RGB55380-
CMYK00.3110.78
HSL41.45º100%10.78%-
HSV(B)41.45º100%21.57%-
XYZ2.272.20.3-
YUV38.75106.13139.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 38 (15.23% from 255) = 40.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.14%
G=40.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5538000.3110.7841.4510010.78
Hex3726001F644E2964b
Octal674600371441165114413
Binary11011110011000111111100100100111010100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372600; }

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

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

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

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

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

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

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

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