Shades of Black Russian #141B2D
Tints of Black Russian #141B2D
RGB
CMYK
RGB Variations
Color information
#141B2D (or 0x141B2D) is known color: Black Russian. HEX triplet: 14, 1B and 2D. RGB value is (20,27,45). Sum of RGB (Red+Green+Blue) = 20+27+45=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #141B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B2D is #EBE4D2. Grayscale: #1A1A1A. Windows color (decimal): -15459539 or 2956052. OLE color: 2956052.
HSL color Cylindrical-coordinate representation of color #141B2D: hue angle of 223.2º 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 #141B2D is Cyan = 0.56, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 27 | 45 | - |
| CMYK | 0.56 | 0.4 | 0 | 0.82 |
| HSL | 223.2º | 0.38% | 0.13% | - |
| HSV(B) | 223.2º | 0.56% | 0.18% | - |
| XYZ | 1.15 | 1.12 | 2.64 | - |
| YUV | 26.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 45 | 0.56 | 0.4 | 0 | 0.82 | 223.2 | 0.38 | 0.13 |
| Hex | 14 | 1B | 2D | 38 | 28 | 0 | 52 | DF | 26 | D |
| Octal | 24 | 33 | 55 | 70 | 50 | 0 | 122 | 337 | 46 | 15 |
| Binary | 10100 | 11011 | 101101 | 111000 | 101000 | 0 | 1010010 | 11011111 | 100110 | 1101 |
Color Harmonies of #141B2D
Complementary color
Monochromatic Colors of #141B2D
Black with #141B2D
Text Example
Text Example
White with #141B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B2D; }
p { color: rgb(20,27,45); }
H1.HeaderClassName
{
color: #141B2D;
}
.AnyTagClassName
{
color: #141B2D;
}
</style>
background-color css
<style>
a { background-color: #141B2D; }
a { background-color: rgb(20,27,45); }
div.DivClassName
{
background-color: #141B2D;
}
.BgClassName
{
background-color: #141B2D;
}
</style>
border-color css
<style>
span { border-color: #141B2D; }
span { border-color: rgb(20,27,45); }
td.TdClassName
{
border-color: #141B2D;
}
.TagClassName
{
border-color: #141B2D;
}
</style>