#332309

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

Shades of Black Magic #332309

Tints of Black Magic #332309

Color information

#332309 (or 0x332309) is unknown color: approx Black Magic. HEX triplet: 33, 23 and 09. RGB value is (51,35,9). Sum of RGB (Red+Green+Blue) = 51+35+9=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #332309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332309 is #CCDCF6. Grayscale: #242424. Windows color (decimal): -13425911 or 598835. OLE color: 598835.

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

Color convert

RGB51359-
CMYK00.310.820.8
HSL37.14º70%11.76%-
HSV(B)37.14º82.35%20%-
XYZ2.021.930.52-
YUV36.82112.3138.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=53.68%
G=36.84%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5135900.310.820.837.147011.76
Hex3323901F52502546c
Octal6343110371221204510614
Binary11001110001110010111111010010101000010010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332309; }

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

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

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

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

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

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

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

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