#332709

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

Shades of Black Magic #332709

Tints of Black Magic #332709

Color information

#332709 (or 0x332709) is unknown color: approx Black Magic. HEX triplet: 33, 27 and 09. RGB value is (51,39,9). Sum of RGB (Red+Green+Blue) = 51+39+9=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #332709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332709 is #CCD8F6. Grayscale: #272727. Windows color (decimal): -13424887 or 599859. OLE color: 599859.

HSL color Cylindrical-coordinate representation of color #332709: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332709 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB51399-
CMYK00.240.820.8
HSL42.86º70%11.76%-
HSV(B)42.86º82.35%20%-
XYZ2.142.170.57-
YUV39.17110.98136.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=51.52%
G=39.39%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5139900.240.820.842.867011.76
Hex3327901852502b46c
Octal6347110301221205310614
Binary11001110011110010110001010010101000010101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332709; }

 p { color: rgb(51,39,9); }

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

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

 a { background-color: rgb(51,39,9); }

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

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

 span { border-color: rgb(51,39,9); }

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