#372813

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

Shades of Black Magic #372813

Tints of Black Magic #372813

Color information

#372813 (or 0x372813) is unknown color: approx Black Magic. HEX triplet: 37, 28 and 13. RGB value is (55,40,19). Sum of RGB (Red+Green+Blue) = 55+40+19=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #372813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372813 is #C8D7EC. Grayscale: #2A2A2A. Windows color (decimal): -13162477 or 1255479. OLE color: 1255479.

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

Color convert

RGB554019-
CMYK00.270.650.78
HSL35º48.65%14.51%-
HSV(B)35º65.45%21.57%-
XYZ2.452.380.95-
YUV42.09114.97137.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=48.25%
G=35.09%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55401900.270.650.783548.6514.51
Hex37281301B414E2331f
Octal675023033101116436117
Binary11011110100010011011011100000110011101000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372813; }

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

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

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

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

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

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

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

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