Shades of Black Russian #08001C
Tints of Black Russian #08001C
RGB
CMYK
RGB Variations
Color information
#08001C (or 0x08001C) is known color: Black Russian. HEX triplet: 08, 00 and 1C. RGB value is (8,0,28). Sum of RGB (Red+Green+Blue) = 8+0+28=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 28 (11.33% from 255 or 77.78% from 36); Max value from RGB is 28 - color contains mainly: blue. Hex color #08001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08001C is #F7FFE3. Grayscale: #050505. Windows color (decimal): -16252900 or 1835016. OLE color: 1835016.
HSL color Cylindrical-coordinate representation of color #08001C: hue angle of 257.14º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08001C is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 0 | 28 | - |
| CMYK | 0.71 | 1 | 0 | 0.89 |
| HSL | 257.14º | 1% | 0.05% | - |
| HSV(B) | 257.14º | 1% | 0.11% | - |
| XYZ | 0.31 | 0.14 | 1.11 | - |
| YUV | 5.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 28 | 0.71 | 1 | 0 | 0.89 | 257.14 | 1 | 0.05 |
| Hex | 8 | 0 | 1C | 47 | 64 | 0 | 59 | 101 | 64 | 5 |
| Octal | 10 | 0 | 34 | 107 | 144 | 0 | 131 | 401 | 144 | 5 |
| Binary | 1000 | 0 | 11100 | 1000111 | 1100100 | 0 | 1011001 | 100000001 | 1100100 | 101 |
Color Harmonies of #08001C
Complementary color
Monochromatic Colors of #08001C
Black with #08001C
Text Example
Text Example
White with #08001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08001C; }
p { color: rgb(8,0,28); }
H1.HeaderClassName
{
color: #08001C;
}
.AnyTagClassName
{
color: #08001C;
}
</style>
background-color css
<style>
a { background-color: #08001C; }
a { background-color: rgb(8,0,28); }
div.DivClassName
{
background-color: #08001C;
}
.BgClassName
{
background-color: #08001C;
}
</style>
border-color css
<style>
span { border-color: #08001C; }
span { border-color: rgb(8,0,28); }
td.TdClassName
{
border-color: #08001C;
}
.TagClassName
{
border-color: #08001C;
}
</style>