Shades of Black Russian #060F2A
Tints of Black Russian #060F2A
RGB
CMYK
RGB Variations
Color information
#060F2A (or 0x060F2A) is known color: Black Russian. HEX triplet: 06, 0F and 2A. RGB value is (6,15,42). Sum of RGB (Red+Green+Blue) = 6+15+42=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 15 (6.25% from 255 or 23.81% 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 #060F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F2A is #F9F0D5. Grayscale: #0F0F0F. Windows color (decimal): -16380118 or 2756358. OLE color: 2756358.
HSL color Cylindrical-coordinate representation of color #060F2A: hue angle of 225º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #060F2A is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 15 | 42 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.84 |
| HSL | 225º | 0.75% | 0.09% | - |
| HSV(B) | 225º | 0.86% | 0.16% | - |
| XYZ | 0.66 | 0.55 | 2.26 | - |
| YUV | 15.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 42 | 0.86 | 0.64 | 0 | 0.84 | 225 | 0.75 | 0.09 |
| Hex | 6 | F | 2A | 56 | 40 | 0 | 54 | E1 | 4B | 9 |
| Octal | 6 | 17 | 52 | 126 | 100 | 0 | 124 | 341 | 113 | 11 |
| Binary | 110 | 1111 | 101010 | 1010110 | 1000000 | 0 | 1010100 | 11100001 | 1001011 | 1001 |
Color Harmonies of #060F2A
Complementary color
Monochromatic Colors of #060F2A
Black with #060F2A
Text Example
Text Example
White with #060F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F2A; }
p { color: rgb(6,15,42); }
H1.HeaderClassName
{
color: #060F2A;
}
.AnyTagClassName
{
color: #060F2A;
}
</style>
background-color css
<style>
a { background-color: #060F2A; }
a { background-color: rgb(6,15,42); }
div.DivClassName
{
background-color: #060F2A;
}
.BgClassName
{
background-color: #060F2A;
}
</style>
border-color css
<style>
span { border-color: #060F2A; }
span { border-color: rgb(6,15,42); }
td.TdClassName
{
border-color: #060F2A;
}
.TagClassName
{
border-color: #060F2A;
}
</style>