#332815

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

Shades of Black Magic #332815

Tints of Black Magic #332815

Color information

#332815 (or 0x332815) is unknown color: approx Black Magic. HEX triplet: 33, 28 and 15. RGB value is (51,40,21). Sum of RGB (Red+Green+Blue) = 51+40+21=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #332815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332815 is #CCD7EA. Grayscale: #292929. Windows color (decimal): -13424619 or 1386547. OLE color: 1386547.

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

Color convert

RGB514021-
CMYK00.220.590.8
HSL38º41.67%14.12%-
HSV(B)38º58.82%20%-
XYZ2.262.281.03-
YUV41.12116.64135.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=45.54%
G=35.71%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51402100.220.590.83841.6714.12
Hex3328150163B50262ae
Octal63502502673120465216
Binary1100111010001010101011011101110100001001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332815; }

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

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

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

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

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

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

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

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