#312206

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

Shades of Black Magic #312206

Tints of Black Magic #312206

Color information

#312206 (or 0x312206) is unknown color: approx Black Magic. HEX triplet: 31, 22 and 06. RGB value is (49,34,6). Sum of RGB (Red+Green+Blue) = 49+34+6=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #312206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312206 is #CEDDF9. Grayscale: #232323. Windows color (decimal): -13557242 or 401969. OLE color: 401969.

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

Color convert

RGB49346-
CMYK00.310.880.81
HSL39.07º78.18%10.78%-
HSV(B)39.07º87.76%19.22%-
XYZ1.871.810.42-
YUV35.29111.47137.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 6 (2.73% from 255) = 6.74%
R=55.06%
G=38.20%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4934600.310.880.8139.0778.1810.78
Hex3122601F5851274eb
Octal614260371301214711613
Binary1100011000101100111111011000101000110011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312206; }

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

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

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

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

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

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

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

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