Shades of Black Russian #06102A
Tints of Black Russian #06102A
RGB
CMYK
RGB Variations
Color information
#06102A (or 0x06102A) is known color: Black Russian. HEX triplet: 06, 10 and 2A. RGB value is (6,16,42). Sum of RGB (Red+Green+Blue) = 6+16+42=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #06102A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06102A is #F9EFD5. Grayscale: #0F0F0F. Windows color (decimal): -16379862 or 2756614. OLE color: 2756614.
HSL color Cylindrical-coordinate representation of color #06102A: hue angle of 223.33º 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 #06102A is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 16 | 42 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.84 |
| HSL | 223.33º | 0.75% | 0.09% | - |
| HSV(B) | 223.33º | 0.86% | 0.16% | - |
| XYZ | 0.68 | 0.58 | 2.27 | - |
| YUV | 15.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 42 | 0.86 | 0.62 | 0 | 0.84 | 223.33 | 0.75 | 0.09 |
| Hex | 6 | 10 | 2A | 56 | 3E | 0 | 54 | DF | 4B | 9 |
| Octal | 6 | 20 | 52 | 126 | 76 | 0 | 124 | 337 | 113 | 11 |
| Binary | 110 | 10000 | 101010 | 1010110 | 111110 | 0 | 1010100 | 11011111 | 1001011 | 1001 |
Color Harmonies of #06102A
Complementary color
Monochromatic Colors of #06102A
Black with #06102A
Text Example
Text Example
White with #06102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06102A; }
p { color: rgb(6,16,42); }
H1.HeaderClassName
{
color: #06102A;
}
.AnyTagClassName
{
color: #06102A;
}
</style>
background-color css
<style>
a { background-color: #06102A; }
a { background-color: rgb(6,16,42); }
div.DivClassName
{
background-color: #06102A;
}
.BgClassName
{
background-color: #06102A;
}
</style>
border-color css
<style>
span { border-color: #06102A; }
span { border-color: rgb(6,16,42); }
td.TdClassName
{
border-color: #06102A;
}
.TagClassName
{
border-color: #06102A;
}
</style>