Shades of Black Russian #191828
Tints of Black Russian #191828
RGB
CMYK
RGB Variations
Color information
#191828 (or 0x191828) is known color: Black Russian. HEX triplet: 19, 18 and 28. RGB value is (25,24,40). Sum of RGB (Red+Green+Blue) = 25+24+40=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #191828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191828 is #E6E7D7. Grayscale: #1A1A1A. Windows color (decimal): -15132632 or 2627609. OLE color: 2627609.
HSL color Cylindrical-coordinate representation of color #191828: hue angle of 243.75º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #191828 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 24 | 40 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.84 |
| HSL | 243.75º | 0.25% | 0.13% | - |
| HSV(B) | 243.75º | 0.4% | 0.16% | - |
| XYZ | 1.11 | 1.01 | 2.14 | - |
| YUV | 26.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 40 | 0.38 | 0.40 | 0 | 0.84 | 243.75 | 0.25 | 0.13 |
| Hex | 19 | 18 | 28 | 26 | 28 | 0 | 54 | F4 | 19 | D |
| Octal | 31 | 30 | 50 | 46 | 50 | 0 | 124 | 364 | 31 | 15 |
| Binary | 11001 | 11000 | 101000 | 100110 | 101000 | 0 | 1010100 | 11110100 | 11001 | 1101 |
Color Harmonies of #191828
Complementary color
Monochromatic Colors of #191828
Black with #191828
Text Example
Text Example
White with #191828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191828; }
p { color: rgb(25,24,40); }
H1.HeaderClassName
{
color: #191828;
}
.AnyTagClassName
{
color: #191828;
}
</style>
background-color css
<style>
a { background-color: #191828; }
a { background-color: rgb(25,24,40); }
div.DivClassName
{
background-color: #191828;
}
.BgClassName
{
background-color: #191828;
}
</style>
border-color css
<style>
span { border-color: #191828; }
span { border-color: rgb(25,24,40); }
td.TdClassName
{
border-color: #191828;
}
.TagClassName
{
border-color: #191828;
}
</style>