Shades of Black Russian #060A30
Tints of Black Russian #060A30
RGB
CMYK
RGB Variations
Color information
#060A30 (or 0x060A30) is known color: Black Russian. HEX triplet: 06, 0A and 30. RGB value is (6,10,48). Sum of RGB (Red+Green+Blue) = 6+10+48=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #060A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060A30 is #F9F5CF. Grayscale: #0C0C0C. Windows color (decimal): -16381392 or 3148294. OLE color: 3148294.
HSL color Cylindrical-coordinate representation of color #060A30: hue angle of 234.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060A30 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 10 | 48 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.81 |
| HSL | 234.29º | 0.78% | 0.11% | - |
| HSV(B) | 234.29º | 0.88% | 0.19% | - |
| XYZ | 0.72 | 0.47 | 2.85 | - |
| YUV | 13.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 48 | 0.87 | 0.79 | 0 | 0.81 | 234.29 | 0.78 | 0.11 |
| Hex | 6 | A | 30 | 57 | 4F | 0 | 51 | EA | 4E | B |
| Octal | 6 | 12 | 60 | 127 | 117 | 0 | 121 | 352 | 116 | 13 |
| Binary | 110 | 1010 | 110000 | 1010111 | 1001111 | 0 | 1010001 | 11101010 | 1001110 | 1011 |
Color Harmonies of #060A30
Complementary color
Monochromatic Colors of #060A30
Black with #060A30
Text Example
Text Example
White with #060A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A30; }
p { color: rgb(6,10,48); }
H1.HeaderClassName
{
color: #060A30;
}
.AnyTagClassName
{
color: #060A30;
}
</style>
background-color css
<style>
a { background-color: #060A30; }
a { background-color: rgb(6,10,48); }
div.DivClassName
{
background-color: #060A30;
}
.BgClassName
{
background-color: #060A30;
}
</style>
border-color css
<style>
span { border-color: #060A30; }
span { border-color: rgb(6,10,48); }
td.TdClassName
{
border-color: #060A30;
}
.TagClassName
{
border-color: #060A30;
}
</style>