#312209

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

Shades of Black Magic #312209

Tints of Black Magic #312209

Color information

#312209 (or 0x312209) is unknown color: approx Black Magic. HEX triplet: 31, 22 and 09. RGB value is (49,34,9). Sum of RGB (Red+Green+Blue) = 49+34+9=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #312209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312209 is #CEDDF6. Grayscale: #232323. Windows color (decimal): -13557239 or 598577. OLE color: 598577.

HSL color Cylindrical-coordinate representation of color #312209: hue angle of 37.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312209 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB49349-
CMYK00.310.820.81
HSL37.5º68.97%11.37%-
HSV(B)37.5º81.63%19.22%-
XYZ1.891.820.51-
YUV35.64112.97137.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 34 (13.67% from 255) = 36.96%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=53.26%
G=36.96%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4934900.310.820.8137.568.9711.37
Hex3122901F52512645b
Octal6142110371221214610513
Binary11000110001010010111111010010101000110011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312209; }

 p { color: rgb(49,34,9); }

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

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

 a { background-color: rgb(49,34,9); }

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

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

 span { border-color: rgb(49,34,9); }

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