Shades of Black Russian #020924
Tints of Black Russian #020924
RGB
CMYK
RGB Variations
Color information
#020924 (or 0x020924) is known color: Black Russian. HEX triplet: 02, 09 and 24. RGB value is (2,9,36). Sum of RGB (Red+Green+Blue) = 2+9+36=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 36 (14.45% from 255 or 76.60% from 47); Max value from RGB is 36 - color contains mainly: blue. Hex color #020924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020924 is #FDF6DB. Grayscale: #090909. Windows color (decimal): -16643804 or 2361602. OLE color: 2361602.
HSL color Cylindrical-coordinate representation of color #020924: hue angle of 227.65º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020924 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 9 | 36 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.86 |
| HSL | 227.65º | 0.89% | 0.07% | - |
| HSV(B) | 227.65º | 0.94% | 0.14% | - |
| XYZ | 0.44 | 0.34 | 1.71 | - |
| YUV | 9.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 36 | 0.94 | 0.75 | 0 | 0.86 | 227.65 | 0.89 | 0.07 |
| Hex | 2 | 9 | 24 | 5E | 4B | 0 | 56 | E4 | 59 | 7 |
| Octal | 2 | 11 | 44 | 136 | 113 | 0 | 126 | 344 | 131 | 7 |
| Binary | 10 | 1001 | 100100 | 1011110 | 1001011 | 0 | 1010110 | 11100100 | 1011001 | 111 |
Color Harmonies of #020924
Complementary color
Monochromatic Colors of #020924
Black with #020924
Text Example
Text Example
White with #020924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020924; }
p { color: rgb(2,9,36); }
H1.HeaderClassName
{
color: #020924;
}
.AnyTagClassName
{
color: #020924;
}
</style>
background-color css
<style>
a { background-color: #020924; }
a { background-color: rgb(2,9,36); }
div.DivClassName
{
background-color: #020924;
}
.BgClassName
{
background-color: #020924;
}
</style>
border-color css
<style>
span { border-color: #020924; }
span { border-color: rgb(2,9,36); }
td.TdClassName
{
border-color: #020924;
}
.TagClassName
{
border-color: #020924;
}
</style>