#332A13

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

Shades of Black Magic #332A13

Tints of Black Magic #332A13

Color information

#332A13 (or 0x332A13) is unknown color: approx Black Magic. HEX triplet: 33, 2A and 13. RGB value is (51,42,19). Sum of RGB (Red+Green+Blue) = 51+42+19=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #332A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A13 is #CCD5EC. Grayscale: #2A2A2A. Windows color (decimal): -13424109 or 1255987. OLE color: 1255987.

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

Color convert

RGB514219-
CMYK00.180.630.8
HSL43.12º45.71%13.73%-
HSV(B)43.12º62.75%20%-
XYZ2.312.410.96-
YUV42.07114.98134.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 19 (7.81% from 255) = 16.96%
R=45.54%
G=37.5%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51421900.180.630.843.1245.7113.73
Hex332A130123F502b2ee
Octal63522302277120535616
Binary1100111010101001101001011111110100001010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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