#372805

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

Shades of Black Magic #372805

Tints of Black Magic #372805

Color information

#372805 (or 0x372805) is unknown color: approx Black Magic. HEX triplet: 37, 28 and 05. RGB value is (55,40,5). Sum of RGB (Red+Green+Blue) = 55+40+5=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #372805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372805 is #C8D7FA. Grayscale: #282828. Windows color (decimal): -13162491 or 337975. OLE color: 337975.

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

Color convert

RGB55405-
CMYK00.270.910.78
HSL42º83.33%11.76%-
HSV(B)42º90.91%21.57%-
XYZ2.362.340.47-
YUV40.49107.97138.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55%
GREEN value IS 40 (16.02% from 255) = 40%
BLUE value IS 5 (2.34% from 255) = 5%
R=55%
G=40%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5540500.270.910.784283.3311.76
Hex3728501B5B4E2a53c
Octal675050331331165212314
Binary1101111010001010110111011011100111010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372805; }

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

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

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

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

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

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

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

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