#332917

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

Shades of Black Magic #332917

Tints of Black Magic #332917

Color information

#332917 (or 0x332917) is unknown color: approx Black Magic. HEX triplet: 33, 29 and 17. RGB value is (51,41,23). Sum of RGB (Red+Green+Blue) = 51+41+23=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #332917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332917 is #CCD6E8. Grayscale: #2A2A2A. Windows color (decimal): -13424361 or 1517875. OLE color: 1517875.

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

Color convert

RGB514123-
CMYK00.200.550.8
HSL38.57º37.84%14.51%-
HSV(B)38.57º54.9%20%-
XYZ2.312.351.14-
YUV41.94117.31134.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 23 (9.38% from 255) = 20%
R=44.35%
G=35.65%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51412300.200.550.838.5737.8414.51
Hex33291701437502726f
Octal63512702467120474617
Binary1100111010011011101010011011110100001001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332917; }

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

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

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

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

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

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

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

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