#322509

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

Shades of Black Magic #322509

Tints of Black Magic #322509

Color information

#322509 (or 0x322509) is unknown color: approx Black Magic. HEX triplet: 32, 25 and 09. RGB value is (50,37,9). Sum of RGB (Red+Green+Blue) = 50+37+9=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #322509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322509 is #CDDAF6. Grayscale: #252525. Windows color (decimal): -13490935 or 599346. OLE color: 599346.

HSL color Cylindrical-coordinate representation of color #322509: hue angle of 40.98º degrees, saturation: 0.69, 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 #322509 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB50379-
CMYK00.260.820.80
HSL40.98º69.49%11.57%-
HSV(B)40.98º82%19.61%-
XYZ2.032.020.54-
YUV37.7111.81136.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.08%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=52.08%
G=38.54%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5037900.260.820.8040.9869.4911.57
Hex3225901A52502945c
Octal6245110321221205110514
Binary11001010010110010110101010010101000010100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322509; }

 p { color: rgb(50,37,9); }

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

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

 a { background-color: rgb(50,37,9); }

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

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

 span { border-color: rgb(50,37,9); }

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