#332A10

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

Shades of Black Magic #332A10

Tints of Black Magic #332A10

Color information

#332A10 (or 0x332A10) is unknown color: approx Black Magic. HEX triplet: 33, 2A and 10. RGB value is (51,42,16). Sum of RGB (Red+Green+Blue) = 51+42+16=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A10 is #CCD5EF. Grayscale: #292929. Windows color (decimal): -13424112 or 1059379. OLE color: 1059379.

HSL color Cylindrical-coordinate representation of color #332A10: hue angle of 44.57º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332A10 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB514216-
CMYK00.180.690.8
HSL44.57º52.24%13.14%-
HSV(B)44.57º68.63%20%-
XYZ2.292.40.83-
YUV41.73113.48134.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 42 (16.80% from 255) = 38.53%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=46.79%
G=38.53%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51421600.180.690.844.5752.2413.14
Hex332A1001245502d34d
Octal635220022105120556415
Binary11001110101010000010010100010110100001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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