Shades of Black Russian #080915
Tints of Black Russian #080915
RGB
CMYK
RGB Variations
Color information
#080915 (or 0x080915) is known color: Black Russian. HEX triplet: 08, 09 and 15. RGB value is (8,9,21). Sum of RGB (Red+Green+Blue) = 8+9+21=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #080915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080915 is #F7F6EA. Grayscale: #0A0A0A. Windows color (decimal): -16250603 or 1378568. OLE color: 1378568.
HSL color Cylindrical-coordinate representation of color #080915: hue angle of 235.38º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080915 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 9 | 21 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.92 |
| HSL | 235.38º | 0.45% | 0.06% | - |
| HSV(B) | 235.38º | 0.62% | 0.08% | - |
| XYZ | 0.33 | 0.3 | 0.75 | - |
| YUV | 10.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 21 | 0.62 | 0.57 | 0 | 0.92 | 235.38 | 0.45 | 0.06 |
| Hex | 8 | 9 | 15 | 3E | 39 | 0 | 5C | EB | 2D | 6 |
| Octal | 10 | 11 | 25 | 76 | 71 | 0 | 134 | 353 | 55 | 6 |
| Binary | 1000 | 1001 | 10101 | 111110 | 111001 | 0 | 1011100 | 11101011 | 101101 | 110 |
Color Harmonies of #080915
Complementary color
Monochromatic Colors of #080915
Black with #080915
Text Example
Text Example
White with #080915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080915; }
p { color: rgb(8,9,21); }
H1.HeaderClassName
{
color: #080915;
}
.AnyTagClassName
{
color: #080915;
}
</style>
background-color css
<style>
a { background-color: #080915; }
a { background-color: rgb(8,9,21); }
div.DivClassName
{
background-color: #080915;
}
.BgClassName
{
background-color: #080915;
}
</style>
border-color css
<style>
span { border-color: #080915; }
span { border-color: rgb(8,9,21); }
td.TdClassName
{
border-color: #080915;
}
.TagClassName
{
border-color: #080915;
}
</style>