Shades of Black Russian #060A1A
Tints of Black Russian #060A1A
RGB
CMYK
RGB Variations
Color information
#060A1A (or 0x060A1A) is known color: Black Russian. HEX triplet: 06, 0A and 1A. RGB value is (6,10,26). Sum of RGB (Red+Green+Blue) = 6+10+26=42 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.29% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 26 (10.55% from 255 or 61.90% from 42); Max value from RGB is 26 - color contains mainly: blue. Hex color #060A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060A1A is #F9F5E5. Grayscale: #0A0A0A. Windows color (decimal): -16381414 or 1706502. OLE color: 1706502.
HSL color Cylindrical-coordinate representation of color #060A1A: hue angle of 228º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #060A1A is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 10 | 26 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.90 |
| HSL | 228º | 0.63% | 0.06% | - |
| HSV(B) | 228º | 0.77% | 0.1% | - |
| XYZ | 0.37 | 0.33 | 1.02 | - |
| YUV | 10.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 26 | 0.77 | 0.62 | 0 | 0.90 | 228 | 0.63 | 0.06 |
| Hex | 6 | A | 1A | 4D | 3E | 0 | 5A | E4 | 3E | 6 |
| Octal | 6 | 12 | 32 | 115 | 76 | 0 | 132 | 344 | 76 | 6 |
| Binary | 110 | 1010 | 11010 | 1001101 | 111110 | 0 | 1011010 | 11100100 | 111110 | 110 |
Color Harmonies of #060A1A
Complementary color
Monochromatic Colors of #060A1A
Black with #060A1A
Text Example
Text Example
White with #060A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A1A; }
p { color: rgb(6,10,26); }
H1.HeaderClassName
{
color: #060A1A;
}
.AnyTagClassName
{
color: #060A1A;
}
</style>
background-color css
<style>
a { background-color: #060A1A; }
a { background-color: rgb(6,10,26); }
div.DivClassName
{
background-color: #060A1A;
}
.BgClassName
{
background-color: #060A1A;
}
</style>
border-color css
<style>
span { border-color: #060A1A; }
span { border-color: rgb(6,10,26); }
td.TdClassName
{
border-color: #060A1A;
}
.TagClassName
{
border-color: #060A1A;
}
</style>