Shades of Black Russian #090C2A
Tints of Black Russian #090C2A
RGB
CMYK
RGB Variations
Color information
#090C2A (or 0x090C2A) is known color: Black Russian. HEX triplet: 09, 0C and 2A. RGB value is (9,12,42). Sum of RGB (Red+Green+Blue) = 9+12+42=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 42 (16.80% from 255 or 66.67% from 63); Max value from RGB is 42 - color contains mainly: blue. Hex color #090C2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C2A is #F6F3D5. Grayscale: #0E0E0E. Windows color (decimal): -16184278 or 2755593. OLE color: 2755593.
HSL color Cylindrical-coordinate representation of color #090C2A: hue angle of 234.55º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #090C2A is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 12 | 42 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.84 |
| HSL | 234.55º | 0.65% | 0.1% | - |
| HSV(B) | 234.55º | 0.79% | 0.16% | - |
| XYZ | 0.66 | 0.49 | 2.25 | - |
| YUV | 14.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 42 | 0.79 | 0.71 | 0 | 0.84 | 234.55 | 0.65 | 0.1 |
| Hex | 9 | C | 2A | 4F | 47 | 0 | 54 | EB | 41 | A |
| Octal | 11 | 14 | 52 | 117 | 107 | 0 | 124 | 353 | 101 | 12 |
| Binary | 1001 | 1100 | 101010 | 1001111 | 1000111 | 0 | 1010100 | 11101011 | 1000001 | 1010 |
Color Harmonies of #090C2A
Complementary color
Monochromatic Colors of #090C2A
Black with #090C2A
Text Example
Text Example
White with #090C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C2A; }
p { color: rgb(9,12,42); }
H1.HeaderClassName
{
color: #090C2A;
}
.AnyTagClassName
{
color: #090C2A;
}
</style>
background-color css
<style>
a { background-color: #090C2A; }
a { background-color: rgb(9,12,42); }
div.DivClassName
{
background-color: #090C2A;
}
.BgClassName
{
background-color: #090C2A;
}
</style>
border-color css
<style>
span { border-color: #090C2A; }
span { border-color: rgb(9,12,42); }
td.TdClassName
{
border-color: #090C2A;
}
.TagClassName
{
border-color: #090C2A;
}
</style>