Shades of Black Russian #0D142A
Tints of Black Russian #0D142A
RGB
CMYK
RGB Variations
Color information
#0D142A (or 0x0D142A) is known color: Black Russian. HEX triplet: 0D, 14 and 2A. RGB value is (13,20,42). Sum of RGB (Red+Green+Blue) = 13+20+42=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #0D142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D142A is #F2EBD5. Grayscale: #141414. Windows color (decimal): -15920086 or 2757645. OLE color: 2757645.
HSL color Cylindrical-coordinate representation of color #0D142A: hue angle of 225.52º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D142A is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 20 | 42 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.84 |
| HSL | 225.52º | 0.53% | 0.11% | - |
| HSV(B) | 225.52º | 0.69% | 0.16% | - |
| XYZ | 0.83 | 0.75 | 2.29 | - |
| YUV | 20.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 42 | 0.69 | 0.52 | 0 | 0.84 | 225.52 | 0.53 | 0.11 |
| Hex | D | 14 | 2A | 45 | 34 | 0 | 54 | E2 | 35 | B |
| Octal | 15 | 24 | 52 | 105 | 64 | 0 | 124 | 342 | 65 | 13 |
| Binary | 1101 | 10100 | 101010 | 1000101 | 110100 | 0 | 1010100 | 11100010 | 110101 | 1011 |
Color Harmonies of #0D142A
Complementary color
Monochromatic Colors of #0D142A
Black with #0D142A
Text Example
Text Example
White with #0D142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D142A; }
p { color: rgb(13,20,42); }
H1.HeaderClassName
{
color: #0D142A;
}
.AnyTagClassName
{
color: #0D142A;
}
</style>
background-color css
<style>
a { background-color: #0D142A; }
a { background-color: rgb(13,20,42); }
div.DivClassName
{
background-color: #0D142A;
}
.BgClassName
{
background-color: #0D142A;
}
</style>
border-color css
<style>
span { border-color: #0D142A; }
span { border-color: rgb(13,20,42); }
td.TdClassName
{
border-color: #0D142A;
}
.TagClassName
{
border-color: #0D142A;
}
</style>