Shades of Black Russian #19182F
Tints of Black Russian #19182F
RGB
CMYK
RGB Variations
Color information
#19182F (or 0x19182F) is known color: Black Russian. HEX triplet: 19, 18 and 2F. RGB value is (25,24,47). Sum of RGB (Red+Green+Blue) = 25+24+47=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #19182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19182F is #E6E7D0. Grayscale: #1A1A1A. Windows color (decimal): -15132625 or 3086361. OLE color: 3086361.
HSL color Cylindrical-coordinate representation of color #19182F: hue angle of 242.61º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #19182F is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 24 | 47 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.82 |
| HSL | 242.61º | 0.32% | 0.14% | - |
| HSV(B) | 242.61º | 0.49% | 0.18% | - |
| XYZ | 1.24 | 1.07 | 2.83 | - |
| YUV | 26.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 47 | 0.47 | 0.49 | 0 | 0.82 | 242.61 | 0.32 | 0.14 |
| Hex | 19 | 18 | 2F | 2F | 31 | 0 | 52 | F3 | 20 | E |
| Octal | 31 | 30 | 57 | 57 | 61 | 0 | 122 | 363 | 40 | 16 |
| Binary | 11001 | 11000 | 101111 | 101111 | 110001 | 0 | 1010010 | 11110011 | 100000 | 1110 |
Color Harmonies of #19182F
Complementary color
Monochromatic Colors of #19182F
Black with #19182F
Text Example
Text Example
White with #19182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19182F; }
p { color: rgb(25,24,47); }
H1.HeaderClassName
{
color: #19182F;
}
.AnyTagClassName
{
color: #19182F;
}
</style>
background-color css
<style>
a { background-color: #19182F; }
a { background-color: rgb(25,24,47); }
div.DivClassName
{
background-color: #19182F;
}
.BgClassName
{
background-color: #19182F;
}
</style>
border-color css
<style>
span { border-color: #19182F; }
span { border-color: rgb(25,24,47); }
td.TdClassName
{
border-color: #19182F;
}
.TagClassName
{
border-color: #19182F;
}
</style>