Shades of Black Russian #131225
Tints of Black Russian #131225
RGB
CMYK
RGB Variations
Color information
#131225 (or 0x131225) is known color: Black Russian. HEX triplet: 13, 12 and 25. RGB value is (19,18,37). Sum of RGB (Red+Green+Blue) = 19+18+37=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #131225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131225 is #ECEDDA. Grayscale: #141414. Windows color (decimal): -15527387 or 2429459. OLE color: 2429459.
HSL color Cylindrical-coordinate representation of color #131225: hue angle of 243.16º 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 #131225 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 18 | 37 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.85 |
| HSL | 243.16º | 0.35% | 0.11% | - |
| HSV(B) | 243.16º | 0.51% | 0.15% | - |
| XYZ | 0.82 | 0.7 | 1.84 | - |
| YUV | 20.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 37 | 0.49 | 0.51 | 0 | 0.85 | 243.16 | 0.35 | 0.11 |
| Hex | 13 | 12 | 25 | 31 | 33 | 0 | 55 | F3 | 23 | B |
| Octal | 23 | 22 | 45 | 61 | 63 | 0 | 125 | 363 | 43 | 13 |
| Binary | 10011 | 10010 | 100101 | 110001 | 110011 | 0 | 1010101 | 11110011 | 100011 | 1011 |
Color Harmonies of #131225
Complementary color
Monochromatic Colors of #131225
Black with #131225
Text Example
Text Example
White with #131225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131225; }
p { color: rgb(19,18,37); }
H1.HeaderClassName
{
color: #131225;
}
.AnyTagClassName
{
color: #131225;
}
</style>
background-color css
<style>
a { background-color: #131225; }
a { background-color: rgb(19,18,37); }
div.DivClassName
{
background-color: #131225;
}
.BgClassName
{
background-color: #131225;
}
</style>
border-color css
<style>
span { border-color: #131225; }
span { border-color: rgb(19,18,37); }
td.TdClassName
{
border-color: #131225;
}
.TagClassName
{
border-color: #131225;
}
</style>