Shades of Black Russian #141425
Tints of Black Russian #141425
RGB
CMYK
RGB Variations
Color information
#141425 (or 0x141425) is known color: Black Russian. HEX triplet: 14, 14 and 25. RGB value is (20,20,37). Sum of RGB (Red+Green+Blue) = 20+20+37=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #141425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141425 is #EBEBDA. Grayscale: #151515. Windows color (decimal): -15461339 or 2429972. OLE color: 2429972.
HSL color Cylindrical-coordinate representation of color #141425: hue angle of 240º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #141425 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 20 | 37 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.85 |
| HSL | 240º | 0.3% | 0.11% | - |
| HSV(B) | 240º | 0.46% | 0.15% | - |
| XYZ | 0.87 | 0.78 | 1.86 | - |
| YUV | 21.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 37 | 0.46 | 0.46 | 0 | 0.85 | 240 | 0.3 | 0.11 |
| Hex | 14 | 14 | 25 | 2E | 2E | 0 | 55 | F0 | 1E | B |
| Octal | 24 | 24 | 45 | 56 | 56 | 0 | 125 | 360 | 36 | 13 |
| Binary | 10100 | 10100 | 100101 | 101110 | 101110 | 0 | 1010101 | 11110000 | 11110 | 1011 |
Color Harmonies of #141425
Complementary color
Monochromatic Colors of #141425
Black with #141425
Text Example
Text Example
White with #141425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141425; }
p { color: rgb(20,20,37); }
H1.HeaderClassName
{
color: #141425;
}
.AnyTagClassName
{
color: #141425;
}
</style>
background-color css
<style>
a { background-color: #141425; }
a { background-color: rgb(20,20,37); }
div.DivClassName
{
background-color: #141425;
}
.BgClassName
{
background-color: #141425;
}
</style>
border-color css
<style>
span { border-color: #141425; }
span { border-color: rgb(20,20,37); }
td.TdClassName
{
border-color: #141425;
}
.TagClassName
{
border-color: #141425;
}
</style>