Shades of Black Russian #14152C
Tints of Black Russian #14152C
RGB
CMYK
RGB Variations
Color information
#14152C (or 0x14152C) is known color: Black Russian. HEX triplet: 14, 15 and 2C. RGB value is (20,21,44). Sum of RGB (Red+Green+Blue) = 20+21+44=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #14152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14152C is #EBEAD3. Grayscale: #171717. Windows color (decimal): -15461076 or 2888980. OLE color: 2888980.
HSL color Cylindrical-coordinate representation of color #14152C: hue angle of 237.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14152C is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 21 | 44 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.83 |
| HSL | 237.5º | 0.38% | 0.13% | - |
| HSV(B) | 237.5º | 0.55% | 0.17% | - |
| XYZ | 1.01 | 0.87 | 2.5 | - |
| YUV | 23.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 44 | 0.55 | 0.52 | 0 | 0.83 | 237.5 | 0.38 | 0.13 |
| Hex | 14 | 15 | 2C | 37 | 34 | 0 | 53 | EE | 26 | D |
| Octal | 24 | 25 | 54 | 67 | 64 | 0 | 123 | 356 | 46 | 15 |
| Binary | 10100 | 10101 | 101100 | 110111 | 110100 | 0 | 1010011 | 11101110 | 100110 | 1101 |
Color Harmonies of #14152C
Complementary color
Monochromatic Colors of #14152C
Black with #14152C
Text Example
Text Example
White with #14152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14152C; }
p { color: rgb(20,21,44); }
H1.HeaderClassName
{
color: #14152C;
}
.AnyTagClassName
{
color: #14152C;
}
</style>
background-color css
<style>
a { background-color: #14152C; }
a { background-color: rgb(20,21,44); }
div.DivClassName
{
background-color: #14152C;
}
.BgClassName
{
background-color: #14152C;
}
</style>
border-color css
<style>
span { border-color: #14152C; }
span { border-color: rgb(20,21,44); }
td.TdClassName
{
border-color: #14152C;
}
.TagClassName
{
border-color: #14152C;
}
</style>