Shades of Black Russian #05092D
Tints of Black Russian #05092D
RGB
CMYK
RGB Variations
Color information
#05092D (or 0x05092D) is known color: Black Russian. HEX triplet: 05, 09 and 2D. RGB value is (5,9,45). Sum of RGB (Red+Green+Blue) = 5+9+45=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 45 (17.97% from 255 or 76.27% from 59); Max value from RGB is 45 - color contains mainly: blue. Hex color #05092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05092D is #FAF6D2. Grayscale: #0B0B0B. Windows color (decimal): -16447187 or 2951429. OLE color: 2951429.
HSL color Cylindrical-coordinate representation of color #05092D: hue angle of 234º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05092D is Cyan = 0.89, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 9 | 45 | - |
| CMYK | 0.89 | 0.8 | 0 | 0.82 |
| HSL | 234º | 0.8% | 0.1% | - |
| HSV(B) | 234º | 0.89% | 0.18% | - |
| XYZ | 0.63 | 0.42 | 2.53 | - |
| YUV | 11.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 45 | 0.89 | 0.8 | 0 | 0.82 | 234 | 0.8 | 0.1 |
| Hex | 5 | 9 | 2D | 59 | 50 | 0 | 52 | EA | 50 | A |
| Octal | 5 | 11 | 55 | 131 | 120 | 0 | 122 | 352 | 120 | 12 |
| Binary | 101 | 1001 | 101101 | 1011001 | 1010000 | 0 | 1010010 | 11101010 | 1010000 | 1010 |
Color Harmonies of #05092D
Complementary color
Monochromatic Colors of #05092D
Black with #05092D
Text Example
Text Example
White with #05092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05092D; }
p { color: rgb(5,9,45); }
H1.HeaderClassName
{
color: #05092D;
}
.AnyTagClassName
{
color: #05092D;
}
</style>
background-color css
<style>
a { background-color: #05092D; }
a { background-color: rgb(5,9,45); }
div.DivClassName
{
background-color: #05092D;
}
.BgClassName
{
background-color: #05092D;
}
</style>
border-color css
<style>
span { border-color: #05092D; }
span { border-color: rgb(5,9,45); }
td.TdClassName
{
border-color: #05092D;
}
.TagClassName
{
border-color: #05092D;
}
</style>