Shades of Black Russian #14152D
Tints of Black Russian #14152D
RGB
CMYK
RGB Variations
Color information
#14152D (or 0x14152D) is known color: Black Russian. HEX triplet: 14, 15 and 2D. RGB value is (20,21,45). Sum of RGB (Red+Green+Blue) = 20+21+45=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #14152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14152D is #EBEAD2. Grayscale: #171717. Windows color (decimal): -15461075 or 2954516. OLE color: 2954516.
HSL color Cylindrical-coordinate representation of color #14152D: hue angle of 237.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #14152D is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 21 | 45 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.82 |
| HSL | 237.6º | 0.38% | 0.13% | - |
| HSV(B) | 237.6º | 0.56% | 0.18% | - |
| XYZ | 1.03 | 0.87 | 2.6 | - |
| YUV | 23.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 45 | 0.56 | 0.53 | 0 | 0.82 | 237.6 | 0.38 | 0.13 |
| Hex | 14 | 15 | 2D | 38 | 35 | 0 | 52 | EE | 26 | D |
| Octal | 24 | 25 | 55 | 70 | 65 | 0 | 122 | 356 | 46 | 15 |
| Binary | 10100 | 10101 | 101101 | 111000 | 110101 | 0 | 1010010 | 11101110 | 100110 | 1101 |
Color Harmonies of #14152D
Complementary color
Monochromatic Colors of #14152D
Black with #14152D
Text Example
Text Example
White with #14152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14152D; }
p { color: rgb(20,21,45); }
H1.HeaderClassName
{
color: #14152D;
}
.AnyTagClassName
{
color: #14152D;
}
</style>
background-color css
<style>
a { background-color: #14152D; }
a { background-color: rgb(20,21,45); }
div.DivClassName
{
background-color: #14152D;
}
.BgClassName
{
background-color: #14152D;
}
</style>
border-color css
<style>
span { border-color: #14152D; }
span { border-color: rgb(20,21,45); }
td.TdClassName
{
border-color: #14152D;
}
.TagClassName
{
border-color: #14152D;
}
</style>