#332A16

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

Shades of Black Magic #332A16

Tints of Black Magic #332A16

Color information

#332A16 (or 0x332A16) is unknown color: approx Black Magic. HEX triplet: 33, 2A and 16. RGB value is (51,42,22). Sum of RGB (Red+Green+Blue) = 51+42+22=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #332A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A16 is #CCD5E9. Grayscale: #2A2A2A. Windows color (decimal): -13424106 or 1452595. OLE color: 1452595.

HSL color Cylindrical-coordinate representation of color #332A16: hue angle of 41.38º 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 #332A16 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB514222-
CMYK00.180.570.8
HSL41.38º39.73%14.31%-
HSV(B)41.38º56.86%20%-
XYZ2.342.421.1-
YUV42.41116.48134.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=44.35%
G=36.52%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51422200.180.570.841.3839.7314.31
Hex332A1601239502928e
Octal63522602271120515016
Binary1100111010101011001001011100110100001010011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332A16; }

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

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

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

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

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

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

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

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