#332A12

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

Shades of Black Magic #332A12

Tints of Black Magic #332A12

Color information

#332A12 (or 0x332A12) is unknown color: approx Black Magic. HEX triplet: 33, 2A and 12. RGB value is (51,42,18). Sum of RGB (Red+Green+Blue) = 51+42+18=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #332A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A12 is #CCD5ED. Grayscale: #2A2A2A. Windows color (decimal): -13424110 or 1190451. OLE color: 1190451.

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

Color convert

RGB514218-
CMYK00.180.650.8
HSL43.64º47.83%13.53%-
HSV(B)43.64º64.71%20%-
XYZ2.32.40.91-
YUV41.96114.48134.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 42 (16.80% from 255) = 37.84%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=45.95%
G=37.84%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51421800.180.650.843.6447.8313.53
Hex332A1201241502c30e
Octal635222022101120546016
Binary11001110101010010010010100000110100001011001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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