#332716

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

Shades of Black Magic #332716

Tints of Black Magic #332716

Color information

#332716 (or 0x332716) is unknown color: approx Black Magic. HEX triplet: 33, 27 and 16. RGB value is (51,39,22). Sum of RGB (Red+Green+Blue) = 51+39+22=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #332716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332716 is #CCD8E9. Grayscale: #282828. Windows color (decimal): -13424874 or 1451827. OLE color: 1451827.

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

Color convert

RGB513922-
CMYK00.240.570.8
HSL35.17º39.73%14.31%-
HSV(B)35.17º56.86%20%-
XYZ2.242.211.07-
YUV40.65117.48135.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=45.54%
G=34.82%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51392200.240.570.835.1739.7314.31
Hex33271601839502328e
Octal63472603071120435016
Binary1100111001111011001100011100110100001000111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332716; }

 p { color: rgb(51,39,22); }

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

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

 a { background-color: rgb(51,39,22); }

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

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

 span { border-color: rgb(51,39,22); }

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