#332606

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

Shades of Black Magic #332606

Tints of Black Magic #332606

Color information

#332606 (or 0x332606) is unknown color: approx Black Magic. HEX triplet: 33, 26 and 06. RGB value is (51,38,6). Sum of RGB (Red+Green+Blue) = 51+38+6=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #332606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332606 is #CCD9F9. Grayscale: #262626. Windows color (decimal): -13425146 or 402995. OLE color: 402995.

HSL color Cylindrical-coordinate representation of color #332606: hue angle of 42.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #332606 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB51386-
CMYK00.250.880.8
HSL42.67º78.95%11.18%-
HSV(B)42.67º88.24%20%-
XYZ2.092.10.47-
YUV38.24109.81137.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=53.68%
G=40%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5138600.250.880.842.6778.9511.18
Hex3326601958502b4fb
Octal634660311301205311713
Binary1100111001101100110011011000101000010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332606; }

 p { color: rgb(51,38,6); }

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

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

 a { background-color: rgb(51,38,6); }

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

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

 span { border-color: rgb(51,38,6); }

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