Shades of Black Russian #000A27
Tints of Black Russian #000A27
RGB
CMYK
RGB Variations
Color information
#000A27 (or 0x000A27) is known color: Black Russian. HEX triplet: 00, 0A and 27. RGB value is (0,10,39). Sum of RGB (Red+Green+Blue) = 0+10+39=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 39 (15.62% from 255 or 79.59% from 49); Max value from RGB is 39 - color contains mainly: blue. Hex color #000A27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A27 is #FFF5D8. Grayscale: #0A0A0A. Windows color (decimal): -16774617 or 2558464. OLE color: 2558464.
HSL color Cylindrical-coordinate representation of color #000A27: hue angle of 224.62º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A27 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 10 | 39 | - |
| CMYK | 1 | 0.74 | 0 | 0.85 |
| HSL | 224.62º | 1% | 0.08% | - |
| HSV(B) | 224.62º | 1% | 0.15% | - |
| XYZ | 0.47 | 0.36 | 1.96 | - |
| YUV | 10.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 39 | 1 | 0.74 | 0 | 0.85 | 224.62 | 1 | 0.08 |
| Hex | 0 | A | 27 | 64 | 4A | 0 | 55 | E1 | 64 | 8 |
| Octal | 0 | 12 | 47 | 144 | 112 | 0 | 125 | 341 | 144 | 10 |
| Binary | 0 | 1010 | 100111 | 1100100 | 1001010 | 0 | 1010101 | 11100001 | 1100100 | 1000 |
Color Harmonies of #000A27
Complementary color
Monochromatic Colors of #000A27
Black with #000A27
Text Example
Text Example
White with #000A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A27; }
p { color: rgb(0,10,39); }
H1.HeaderClassName
{
color: #000A27;
}
.AnyTagClassName
{
color: #000A27;
}
</style>
background-color css
<style>
a { background-color: #000A27; }
a { background-color: rgb(0,10,39); }
div.DivClassName
{
background-color: #000A27;
}
.BgClassName
{
background-color: #000A27;
}
</style>
border-color css
<style>
span { border-color: #000A27; }
span { border-color: rgb(0,10,39); }
td.TdClassName
{
border-color: #000A27;
}
.TagClassName
{
border-color: #000A27;
}
</style>