Shades of Black Magic #312202
Tints of Black Magic #312202
RGB
CMYK
RGB Variations
Color information
#312202 (or 0x312202) is known color: Black Magic. HEX triplet: 31, 22 and 02. RGB value is (49,34,2). Sum of RGB (Red+Green+Blue) = 49+34+2=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #312202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312202 is #CEDDFD. Grayscale: #222222. Windows color (decimal): -13557246 or 139825. OLE color: 139825.
HSL color Cylindrical-coordinate representation of color #312202: hue angle of 40.85º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #312202 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 2 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.81 |
| HSL | 40.85º | 0.92% | 0.1% | - |
| HSV(B) | 40.85º | 0.96% | 0.19% | - |
| XYZ | 1.85 | 1.8 | 0.31 | - |
| YUV | 34.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 2 | 0 | 0.31 | 0.96 | 0.81 | 40.85 | 0.92 | 0.1 |
| Hex | 31 | 22 | 2 | 0 | 1F | 60 | 51 | 29 | 5C | A |
| Octal | 61 | 42 | 2 | 0 | 37 | 140 | 121 | 51 | 134 | 12 |
| Binary | 110001 | 100010 | 10 | 0 | 11111 | 1100000 | 1010001 | 101001 | 1011100 | 1010 |
Color Harmonies of #312202
Complementary color
Monochromatic Colors of #312202
Black with #312202
Text Example
Text Example
White with #312202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312202; }
p { color: rgb(49,34,2); }
H1.HeaderClassName
{
color: #312202;
}
.AnyTagClassName
{
color: #312202;
}
</style>
background-color css
<style>
a { background-color: #312202; }
a { background-color: rgb(49,34,2); }
div.DivClassName
{
background-color: #312202;
}
.BgClassName
{
background-color: #312202;
}
</style>
border-color css
<style>
span { border-color: #312202; }
span { border-color: rgb(49,34,2); }
td.TdClassName
{
border-color: #312202;
}
.TagClassName
{
border-color: #312202;
}
</style>