Shades of Black Russian #090B1C
Tints of Black Russian #090B1C
RGB
CMYK
RGB Variations
Color information
#090B1C (or 0x090B1C) is known color: Black Russian. HEX triplet: 09, 0B and 1C. RGB value is (9,11,28). Sum of RGB (Red+Green+Blue) = 9+11+28=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #090B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B1C is #F6F4E3. Grayscale: #0C0C0C. Windows color (decimal): -16184548 or 1837833. OLE color: 1837833.
HSL color Cylindrical-coordinate representation of color #090B1C: hue angle of 233.68º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #090B1C is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 11 | 28 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.89 |
| HSL | 233.68º | 0.51% | 0.07% | - |
| HSV(B) | 233.68º | 0.68% | 0.11% | - |
| XYZ | 0.44 | 0.38 | 1.15 | - |
| YUV | 12.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 28 | 0.68 | 0.61 | 0 | 0.89 | 233.68 | 0.51 | 0.07 |
| Hex | 9 | B | 1C | 44 | 3D | 0 | 59 | EA | 33 | 7 |
| Octal | 11 | 13 | 34 | 104 | 75 | 0 | 131 | 352 | 63 | 7 |
| Binary | 1001 | 1011 | 11100 | 1000100 | 111101 | 0 | 1011001 | 11101010 | 110011 | 111 |
Color Harmonies of #090B1C
Complementary color
Monochromatic Colors of #090B1C
Black with #090B1C
Text Example
Text Example
White with #090B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B1C; }
p { color: rgb(9,11,28); }
H1.HeaderClassName
{
color: #090B1C;
}
.AnyTagClassName
{
color: #090B1C;
}
</style>
background-color css
<style>
a { background-color: #090B1C; }
a { background-color: rgb(9,11,28); }
div.DivClassName
{
background-color: #090B1C;
}
.BgClassName
{
background-color: #090B1C;
}
</style>
border-color css
<style>
span { border-color: #090B1C; }
span { border-color: rgb(9,11,28); }
td.TdClassName
{
border-color: #090B1C;
}
.TagClassName
{
border-color: #090B1C;
}
</style>