#332A18

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

Shades of Black Magic #332A18

Tints of Black Magic #332A18

Color information

#332A18 (or 0x332A18) is unknown color: approx Black Magic. HEX triplet: 33, 2A and 18. RGB value is (51,42,24). Sum of RGB (Red+Green+Blue) = 51+42+24=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #332A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A18 is #CCD5E7. Grayscale: #2A2A2A. Windows color (decimal): -13424104 or 1583667. OLE color: 1583667.

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

Color convert

RGB514224-
CMYK00.180.530.8
HSL40º36%14.71%-
HSV(B)40º52.94%20%-
XYZ2.362.431.21-
YUV42.64117.48133.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=43.59%
G=35.90%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51422400.180.530.8403614.71
Hex332A1801235502824f
Octal63523002265120504417
Binary1100111010101100001001011010110100001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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