Shades of Black Russian #000D25
Tints of Black Russian #000D25
RGB
CMYK
RGB Variations
Color information
#000D25 (or 0x000D25) is known color: Black Russian. HEX triplet: 00, 0D and 25. RGB value is (0,13,37). Sum of RGB (Red+Green+Blue) = 0+13+37=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 37 (14.84% from 255 or 74% from 50); Max value from RGB is 37 - color contains mainly: blue. Hex color #000D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D25 is #FFF2DA. Grayscale: #0B0B0B. Windows color (decimal): -16773851 or 2428160. OLE color: 2428160.
HSL color Cylindrical-coordinate representation of color #000D25: hue angle of 218.92º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D25 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 13 | 37 | - |
| CMYK | 1 | 0.65 | 0 | 0.85 |
| HSL | 218.92º | 1% | 0.07% | - |
| HSV(B) | 218.92º | 1% | 0.15% | - |
| XYZ | 0.48 | 0.42 | 1.81 | - |
| YUV | 11.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 37 | 1 | 0.65 | 0 | 0.85 | 218.92 | 1 | 0.07 |
| Hex | 0 | D | 25 | 64 | 41 | 0 | 55 | DB | 64 | 7 |
| Octal | 0 | 15 | 45 | 144 | 101 | 0 | 125 | 333 | 144 | 7 |
| Binary | 0 | 1101 | 100101 | 1100100 | 1000001 | 0 | 1010101 | 11011011 | 1100100 | 111 |
Color Harmonies of #000D25
Complementary color
Monochromatic Colors of #000D25
Black with #000D25
Text Example
Text Example
White with #000D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D25; }
p { color: rgb(0,13,37); }
H1.HeaderClassName
{
color: #000D25;
}
.AnyTagClassName
{
color: #000D25;
}
</style>
background-color css
<style>
a { background-color: #000D25; }
a { background-color: rgb(0,13,37); }
div.DivClassName
{
background-color: #000D25;
}
.BgClassName
{
background-color: #000D25;
}
</style>
border-color css
<style>
span { border-color: #000D25; }
span { border-color: rgb(0,13,37); }
td.TdClassName
{
border-color: #000D25;
}
.TagClassName
{
border-color: #000D25;
}
</style>