#332A17

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

Shades of Black Magic #332A17

Tints of Black Magic #332A17

Color information

#332A17 (or 0x332A17) is unknown color: approx Black Magic. HEX triplet: 33, 2A and 17. RGB value is (51,42,23). Sum of RGB (Red+Green+Blue) = 51+42+23=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #332A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A17 is #CCD5E8. Grayscale: #2A2A2A. Windows color (decimal): -13424105 or 1518131. OLE color: 1518131.

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

Color convert

RGB514223-
CMYK00.180.550.8
HSL40.71º37.84%14.51%-
HSV(B)40.71º54.9%20%-
XYZ2.352.421.15-
YUV42.52116.98134.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=43.97%
G=36.21%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51422300.180.550.840.7137.8414.51
Hex332A1701237502926f
Octal63522702267120514617
Binary1100111010101011101001011011110100001010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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