Shades of Black Russian #090C29
Tints of Black Russian #090C29
RGB
CMYK
RGB Variations
Color information
#090C29 (or 0x090C29) is known color: Black Russian. HEX triplet: 09, 0C and 29. RGB value is (9,12,41). Sum of RGB (Red+Green+Blue) = 9+12+41=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #090C29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C29 is #F6F3D6. Grayscale: #0E0E0E. Windows color (decimal): -16184279 or 2690057. OLE color: 2690057.
HSL color Cylindrical-coordinate representation of color #090C29: hue angle of 234.38º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #090C29 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 12 | 41 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.84 |
| HSL | 234.38º | 0.64% | 0.1% | - |
| HSV(B) | 234.38º | 0.78% | 0.16% | - |
| XYZ | 0.64 | 0.48 | 2.16 | - |
| YUV | 14.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 41 | 0.78 | 0.71 | 0 | 0.84 | 234.38 | 0.64 | 0.1 |
| Hex | 9 | C | 29 | 4E | 47 | 0 | 54 | EA | 40 | A |
| Octal | 11 | 14 | 51 | 116 | 107 | 0 | 124 | 352 | 100 | 12 |
| Binary | 1001 | 1100 | 101001 | 1001110 | 1000111 | 0 | 1010100 | 11101010 | 1000000 | 1010 |
Color Harmonies of #090C29
Complementary color
Monochromatic Colors of #090C29
Black with #090C29
Text Example
Text Example
White with #090C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C29; }
p { color: rgb(9,12,41); }
H1.HeaderClassName
{
color: #090C29;
}
.AnyTagClassName
{
color: #090C29;
}
</style>
background-color css
<style>
a { background-color: #090C29; }
a { background-color: rgb(9,12,41); }
div.DivClassName
{
background-color: #090C29;
}
.BgClassName
{
background-color: #090C29;
}
</style>
border-color css
<style>
span { border-color: #090C29; }
span { border-color: rgb(9,12,41); }
td.TdClassName
{
border-color: #090C29;
}
.TagClassName
{
border-color: #090C29;
}
</style>