Shades of Black Russian #000D27
Tints of Black Russian #000D27
RGB
CMYK
RGB Variations
Color information
#000D27 (or 0x000D27) is known color: Black Russian. HEX triplet: 00, 0D and 27. RGB value is (0,13,39). Sum of RGB (Red+Green+Blue) = 0+13+39=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 39 (15.62% from 255 or 75% from 52); Max value from RGB is 39 - color contains mainly: blue. Hex color #000D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D27 is #FFF2D8. Grayscale: #0B0B0B. Windows color (decimal): -16773849 or 2559232. OLE color: 2559232.
HSL color Cylindrical-coordinate representation of color #000D27: hue angle of 220º 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 #000D27 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 13 | 39 | - |
| CMYK | 1 | 0.67 | 0 | 0.85 |
| HSL | 220º | 1% | 0.08% | - |
| HSV(B) | 220º | 1% | 0.15% | - |
| XYZ | 0.51 | 0.43 | 1.98 | - |
| YUV | 12.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 39 | 1 | 0.67 | 0 | 0.85 | 220 | 1 | 0.08 |
| Hex | 0 | D | 27 | 64 | 43 | 0 | 55 | DC | 64 | 8 |
| Octal | 0 | 15 | 47 | 144 | 103 | 0 | 125 | 334 | 144 | 10 |
| Binary | 0 | 1101 | 100111 | 1100100 | 1000011 | 0 | 1010101 | 11011100 | 1100100 | 1000 |
Color Harmonies of #000D27
Complementary color
Monochromatic Colors of #000D27
Black with #000D27
Text Example
Text Example
White with #000D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D27; }
p { color: rgb(0,13,39); }
H1.HeaderClassName
{
color: #000D27;
}
.AnyTagClassName
{
color: #000D27;
}
</style>
background-color css
<style>
a { background-color: #000D27; }
a { background-color: rgb(0,13,39); }
div.DivClassName
{
background-color: #000D27;
}
.BgClassName
{
background-color: #000D27;
}
</style>
border-color css
<style>
span { border-color: #000D27; }
span { border-color: rgb(0,13,39); }
td.TdClassName
{
border-color: #000D27;
}
.TagClassName
{
border-color: #000D27;
}
</style>