Shades of Black Russian #05092C
Tints of Black Russian #05092C
RGB
CMYK
RGB Variations
Color information
#05092C (or 0x05092C) is known color: Black Russian. HEX triplet: 05, 09 and 2C. RGB value is (5,9,44). Sum of RGB (Red+Green+Blue) = 5+9+44=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 44 (17.58% from 255 or 75.86% from 58); Max value from RGB is 44 - color contains mainly: blue. Hex color #05092C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05092C is #FAF6D3. Grayscale: #0B0B0B. Windows color (decimal): -16447188 or 2885893. OLE color: 2885893.
HSL color Cylindrical-coordinate representation of color #05092C: hue angle of 233.85º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05092C is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 9 | 44 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.83 |
| HSL | 233.85º | 0.8% | 0.1% | - |
| HSV(B) | 233.85º | 0.89% | 0.17% | - |
| XYZ | 0.61 | 0.41 | 2.43 | - |
| YUV | 11.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 44 | 0.89 | 0.80 | 0 | 0.83 | 233.85 | 0.8 | 0.1 |
| Hex | 5 | 9 | 2C | 59 | 50 | 0 | 53 | EA | 50 | A |
| Octal | 5 | 11 | 54 | 131 | 120 | 0 | 123 | 352 | 120 | 12 |
| Binary | 101 | 1001 | 101100 | 1011001 | 1010000 | 0 | 1010011 | 11101010 | 1010000 | 1010 |
Color Harmonies of #05092C
Complementary color
Monochromatic Colors of #05092C
Black with #05092C
Text Example
Text Example
White with #05092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05092C; }
p { color: rgb(5,9,44); }
H1.HeaderClassName
{
color: #05092C;
}
.AnyTagClassName
{
color: #05092C;
}
</style>
background-color css
<style>
a { background-color: #05092C; }
a { background-color: rgb(5,9,44); }
div.DivClassName
{
background-color: #05092C;
}
.BgClassName
{
background-color: #05092C;
}
</style>
border-color css
<style>
span { border-color: #05092C; }
span { border-color: rgb(5,9,44); }
td.TdClassName
{
border-color: #05092C;
}
.TagClassName
{
border-color: #05092C;
}
</style>