#332912

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

Shades of Black Magic #332912

Tints of Black Magic #332912

Color information

#332912 (or 0x332912) is unknown color: approx Black Magic. HEX triplet: 33, 29 and 12. RGB value is (51,41,18). Sum of RGB (Red+Green+Blue) = 51+41+18=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332912 is #CCD6ED. Grayscale: #292929. Windows color (decimal): -13424366 or 1190195. OLE color: 1190195.

HSL color Cylindrical-coordinate representation of color #332912: hue angle of 41.82º 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 #332912 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB514118-
CMYK00.200.650.8
HSL41.82º47.83%13.53%-
HSV(B)41.82º64.71%20%-
XYZ2.272.330.9-
YUV41.37114.81134.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=46.36%
G=37.27%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51411800.200.650.841.8247.8313.53
Hex33291201441502a30e
Octal635122024101120526016
Binary11001110100110010010100100000110100001010101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332912; }

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

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

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

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

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

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

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

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