#332607

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

Shades of Black Magic #332607

Tints of Black Magic #332607

Color information

#332607 (or 0x332607) is unknown color: approx Black Magic. HEX triplet: 33, 26 and 07. RGB value is (51,38,7). Sum of RGB (Red+Green+Blue) = 51+38+7=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #332607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332607 is #CCD9F8. Grayscale: #262626. Windows color (decimal): -13425145 or 468531. OLE color: 468531.

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

Color convert

RGB51387-
CMYK00.250.860.8
HSL42.27º75.86%11.37%-
HSV(B)42.27º86.27%20%-
XYZ2.12.110.5-
YUV38.35110.31137.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.12%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 7 (3.12% from 255) = 7.29%
R=53.12%
G=39.58%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5138700.250.860.842.2775.8611.37
Hex3326701956502a4cb
Octal634670311261205211413
Binary1100111001101110110011010110101000010101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332607; }

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

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

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

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

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

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

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

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