Shades of Black Russian #060A1F
Tints of Black Russian #060A1F
RGB
CMYK
RGB Variations
Color information
#060A1F (or 0x060A1F) is known color: Black Russian. HEX triplet: 06, 0A and 1F. RGB value is (6,10,31). Sum of RGB (Red+Green+Blue) = 6+10+31=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #060A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060A1F is #F9F5E0. Grayscale: #0B0B0B. Windows color (decimal): -16381409 or 2034182. OLE color: 2034182.
HSL color Cylindrical-coordinate representation of color #060A1F: hue angle of 230.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #060A1F is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 10 | 31 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.88 |
| HSL | 230.4º | 0.68% | 0.07% | - |
| HSV(B) | 230.4º | 0.81% | 0.12% | - |
| XYZ | 0.43 | 0.35 | 1.34 | - |
| YUV | 11.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 31 | 0.81 | 0.68 | 0 | 0.88 | 230.4 | 0.68 | 0.07 |
| Hex | 6 | A | 1F | 51 | 44 | 0 | 58 | E6 | 44 | 7 |
| Octal | 6 | 12 | 37 | 121 | 104 | 0 | 130 | 346 | 104 | 7 |
| Binary | 110 | 1010 | 11111 | 1010001 | 1000100 | 0 | 1011000 | 11100110 | 1000100 | 111 |
Color Harmonies of #060A1F
Complementary color
Monochromatic Colors of #060A1F
Black with #060A1F
Text Example
Text Example
White with #060A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A1F; }
p { color: rgb(6,10,31); }
H1.HeaderClassName
{
color: #060A1F;
}
.AnyTagClassName
{
color: #060A1F;
}
</style>
background-color css
<style>
a { background-color: #060A1F; }
a { background-color: rgb(6,10,31); }
div.DivClassName
{
background-color: #060A1F;
}
.BgClassName
{
background-color: #060A1F;
}
</style>
border-color css
<style>
span { border-color: #060A1F; }
span { border-color: rgb(6,10,31); }
td.TdClassName
{
border-color: #060A1F;
}
.TagClassName
{
border-color: #060A1F;
}
</style>