Shades of Black Russian #141225
Tints of Black Russian #141225
RGB
CMYK
RGB Variations
Color information
#141225 (or 0x141225) is known color: Black Russian. HEX triplet: 14, 12 and 25. RGB value is (20,18,37). Sum of RGB (Red+Green+Blue) = 20+18+37=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #141225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141225 is #EBEDDA. Grayscale: #141414. Windows color (decimal): -15461851 or 2429460. OLE color: 2429460.
HSL color Cylindrical-coordinate representation of color #141225: hue angle of 246.32º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #141225 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 18 | 37 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.85 |
| HSL | 246.32º | 0.35% | 0.11% | - |
| HSV(B) | 246.32º | 0.51% | 0.15% | - |
| XYZ | 0.84 | 0.71 | 1.84 | - |
| YUV | 20.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 37 | 0.46 | 0.51 | 0 | 0.85 | 246.32 | 0.35 | 0.11 |
| Hex | 14 | 12 | 25 | 2E | 33 | 0 | 55 | F6 | 23 | B |
| Octal | 24 | 22 | 45 | 56 | 63 | 0 | 125 | 366 | 43 | 13 |
| Binary | 10100 | 10010 | 100101 | 101110 | 110011 | 0 | 1010101 | 11110110 | 100011 | 1011 |
Color Harmonies of #141225
Complementary color
Monochromatic Colors of #141225
Black with #141225
Text Example
Text Example
White with #141225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141225; }
p { color: rgb(20,18,37); }
H1.HeaderClassName
{
color: #141225;
}
.AnyTagClassName
{
color: #141225;
}
</style>
background-color css
<style>
a { background-color: #141225; }
a { background-color: rgb(20,18,37); }
div.DivClassName
{
background-color: #141225;
}
.BgClassName
{
background-color: #141225;
}
</style>
border-color css
<style>
span { border-color: #141225; }
span { border-color: rgb(20,18,37); }
td.TdClassName
{
border-color: #141225;
}
.TagClassName
{
border-color: #141225;
}
</style>