Shades of Black Russian #090C2D
Tints of Black Russian #090C2D
RGB
CMYK
RGB Variations
Color information
#090C2D (or 0x090C2D) is known color: Black Russian. HEX triplet: 09, 0C and 2D. RGB value is (9,12,45). Sum of RGB (Red+Green+Blue) = 9+12+45=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #090C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C2D is #F6F3D2. Grayscale: #0E0E0E. Windows color (decimal): -16184275 or 2952201. OLE color: 2952201.
HSL color Cylindrical-coordinate representation of color #090C2D: hue angle of 235º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #090C2D is Cyan = 0.8, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 9 | 12 | 45 | - |
CMYK | 0.8 | 0.73 | 0 | 0.82 |
HSL | 235º | 0.67% | 0.11% | - |
HSV(B) | 235º | 0.8% | 0.18% | - |
XYZ | 0.72 | 0.51 | 2.54 | - |
YUV | 14.87 | 145.01 | 123.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 12 | 45 | 0.8 | 0.73 | 0 | 0.82 | 235 | 0.67 | 0.11 |
Hex | 9 | C | 2D | 50 | 49 | 0 | 52 | EB | 43 | B |
Octal | 11 | 14 | 55 | 120 | 111 | 0 | 122 | 353 | 103 | 13 |
Binary | 1001 | 1100 | 101101 | 1010000 | 1001001 | 0 | 1010010 | 11101011 | 1000011 | 1011 |
Color Harmonies of #090C2D
Complementary color
Monochromatic Colors of #090C2D
Black with #090C2D
Text Example
Text Example
White with #090C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C2D; }
p { color: rgb(9,12,45); }
H1.HeaderClassName
{
color: #090C2D;
}
.AnyTagClassName
{
color: #090C2D;
}
</style>
background-color css
<style>
a { background-color: #090C2D; }
a { background-color: rgb(9,12,45); }
div.DivClassName
{
background-color: #090C2D;
}
.BgClassName
{
background-color: #090C2D;
}
</style>
border-color css
<style>
span { border-color: #090C2D; }
span { border-color: rgb(9,12,45); }
td.TdClassName
{
border-color: #090C2D;
}
.TagClassName
{
border-color: #090C2D;
}
</style>