Shades of Black Russian #191A28
Tints of Black Russian #191A28
RGB
CMYK
RGB Variations
Color information
#191A28 (or 0x191A28) is known color: Black Russian. HEX triplet: 19, 1A and 28. RGB value is (25,26,40). Sum of RGB (Red+Green+Blue) = 25+26+40=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #191A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A28 is #E6E5D7. Grayscale: #1B1B1B. Windows color (decimal): -15132120 or 2628121. OLE color: 2628121.
HSL color Cylindrical-coordinate representation of color #191A28: hue angle of 236º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #191A28 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 26 | 40 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.84 |
| HSL | 236º | 0.23% | 0.13% | - |
| HSV(B) | 236º | 0.38% | 0.16% | - |
| XYZ | 1.15 | 1.1 | 2.16 | - |
| YUV | 27.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 40 | 0.38 | 0.35 | 0 | 0.84 | 236 | 0.23 | 0.13 |
| Hex | 19 | 1A | 28 | 26 | 23 | 0 | 54 | EC | 17 | D |
| Octal | 31 | 32 | 50 | 46 | 43 | 0 | 124 | 354 | 27 | 15 |
| Binary | 11001 | 11010 | 101000 | 100110 | 100011 | 0 | 1010100 | 11101100 | 10111 | 1101 |
Color Harmonies of #191A28
Complementary color
Monochromatic Colors of #191A28
Black with #191A28
Text Example
Text Example
White with #191A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A28; }
p { color: rgb(25,26,40); }
H1.HeaderClassName
{
color: #191A28;
}
.AnyTagClassName
{
color: #191A28;
}
</style>
background-color css
<style>
a { background-color: #191A28; }
a { background-color: rgb(25,26,40); }
div.DivClassName
{
background-color: #191A28;
}
.BgClassName
{
background-color: #191A28;
}
</style>
border-color css
<style>
span { border-color: #191A28; }
span { border-color: rgb(25,26,40); }
td.TdClassName
{
border-color: #191A28;
}
.TagClassName
{
border-color: #191A28;
}
</style>