Shades of Black Russian #081225
Tints of Black Russian #081225
RGB
CMYK
RGB Variations
Color information
#081225 (or 0x081225) is known color: Black Russian. HEX triplet: 08, 12 and 25. RGB value is (8,18,37). Sum of RGB (Red+Green+Blue) = 8+18+37=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #081225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081225 is #F7EDDA. Grayscale: #111111. Windows color (decimal): -16248283 or 2429448. OLE color: 2429448.
HSL color Cylindrical-coordinate representation of color #081225: hue angle of 219.31º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081225 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 18 | 37 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.85 |
| HSL | 219.31º | 0.64% | 0.09% | - |
| HSV(B) | 219.31º | 0.78% | 0.15% | - |
| XYZ | 0.65 | 0.62 | 1.84 | - |
| YUV | 17.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 37 | 0.78 | 0.51 | 0 | 0.85 | 219.31 | 0.64 | 0.09 |
| Hex | 8 | 12 | 25 | 4E | 33 | 0 | 55 | DB | 40 | 9 |
| Octal | 10 | 22 | 45 | 116 | 63 | 0 | 125 | 333 | 100 | 11 |
| Binary | 1000 | 10010 | 100101 | 1001110 | 110011 | 0 | 1010101 | 11011011 | 1000000 | 1001 |
Color Harmonies of #081225
Complementary color
Monochromatic Colors of #081225
Black with #081225
Text Example
Text Example
White with #081225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081225; }
p { color: rgb(8,18,37); }
H1.HeaderClassName
{
color: #081225;
}
.AnyTagClassName
{
color: #081225;
}
</style>
background-color css
<style>
a { background-color: #081225; }
a { background-color: rgb(8,18,37); }
div.DivClassName
{
background-color: #081225;
}
.BgClassName
{
background-color: #081225;
}
</style>
border-color css
<style>
span { border-color: #081225; }
span { border-color: rgb(8,18,37); }
td.TdClassName
{
border-color: #081225;
}
.TagClassName
{
border-color: #081225;
}
</style>