Shades of Black Russian #141C2B
Tints of Black Russian #141C2B
RGB
CMYK
RGB Variations
Color information
#141C2B (or 0x141C2B) is known color: Black Russian. HEX triplet: 14, 1C and 2B. RGB value is (20,28,43). Sum of RGB (Red+Green+Blue) = 20+28+43=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #141C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C2B is #EBE3D4. Grayscale: #1B1B1B. Windows color (decimal): -15459285 or 2825236. OLE color: 2825236.
HSL color Cylindrical-coordinate representation of color #141C2B: hue angle of 219.13º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #141C2B is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 28 | 43 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.83 |
| HSL | 219.13º | 0.37% | 0.12% | - |
| HSV(B) | 219.13º | 0.53% | 0.17% | - |
| XYZ | 1.14 | 1.15 | 2.45 | - |
| YUV | 27.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 43 | 0.53 | 0.35 | 0 | 0.83 | 219.13 | 0.37 | 0.12 |
| Hex | 14 | 1C | 2B | 35 | 23 | 0 | 53 | DB | 25 | C |
| Octal | 24 | 34 | 53 | 65 | 43 | 0 | 123 | 333 | 45 | 14 |
| Binary | 10100 | 11100 | 101011 | 110101 | 100011 | 0 | 1010011 | 11011011 | 100101 | 1100 |
Color Harmonies of #141C2B
Complementary color
Monochromatic Colors of #141C2B
Black with #141C2B
Text Example
Text Example
White with #141C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C2B; }
p { color: rgb(20,28,43); }
H1.HeaderClassName
{
color: #141C2B;
}
.AnyTagClassName
{
color: #141C2B;
}
</style>
background-color css
<style>
a { background-color: #141C2B; }
a { background-color: rgb(20,28,43); }
div.DivClassName
{
background-color: #141C2B;
}
.BgClassName
{
background-color: #141C2B;
}
</style>
border-color css
<style>
span { border-color: #141C2B; }
span { border-color: rgb(20,28,43); }
td.TdClassName
{
border-color: #141C2B;
}
.TagClassName
{
border-color: #141C2B;
}
</style>