#332813

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

Shades of Black Magic #332813

Tints of Black Magic #332813

Color information

#332813 (or 0x332813) is unknown color: approx Black Magic. HEX triplet: 33, 28 and 13. RGB value is (51,40,19). Sum of RGB (Red+Green+Blue) = 51+40+19=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332813 is #CCD7EC. Grayscale: #282828. Windows color (decimal): -13424621 or 1255475. OLE color: 1255475.

HSL color Cylindrical-coordinate representation of color #332813: hue angle of 39.38º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #332813 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB514019-
CMYK00.220.630.8
HSL39.38º45.71%13.73%-
HSV(B)39.38º62.75%20%-
XYZ2.242.270.94-
YUV40.89115.64135.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=46.36%
G=36.36%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51401900.220.630.839.3845.7113.73
Hex3328130163F50272ee
Octal63502302677120475616
Binary1100111010001001101011011111110100001001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332813; }

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

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

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

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

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

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

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

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