Shades of Black Russian #191C2B
Tints of Black Russian #191C2B
RGB
CMYK
RGB Variations
Color information
#191C2B (or 0x191C2B) is known color: Black Russian. HEX triplet: 19, 1C and 2B. RGB value is (25,28,43). Sum of RGB (Red+Green+Blue) = 25+28+43=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #191C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C2B is #E6E3D4. Grayscale: #1C1C1C. Windows color (decimal): -15131605 or 2825241. OLE color: 2825241.
HSL color Cylindrical-coordinate representation of color #191C2B: hue angle of 230º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #191C2B is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 28 | 43 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.83 |
| HSL | 230º | 0.26% | 0.13% | - |
| HSV(B) | 230º | 0.42% | 0.17% | - |
| XYZ | 1.25 | 1.21 | 2.45 | - |
| YUV | 28.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 43 | 0.42 | 0.35 | 0 | 0.83 | 230 | 0.26 | 0.13 |
| Hex | 19 | 1C | 2B | 2A | 23 | 0 | 53 | E6 | 1A | D |
| Octal | 31 | 34 | 53 | 52 | 43 | 0 | 123 | 346 | 32 | 15 |
| Binary | 11001 | 11100 | 101011 | 101010 | 100011 | 0 | 1010011 | 11100110 | 11010 | 1101 |
Color Harmonies of #191C2B
Complementary color
Monochromatic Colors of #191C2B
Black with #191C2B
Text Example
Text Example
White with #191C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C2B; }
p { color: rgb(25,28,43); }
H1.HeaderClassName
{
color: #191C2B;
}
.AnyTagClassName
{
color: #191C2B;
}
</style>
background-color css
<style>
a { background-color: #191C2B; }
a { background-color: rgb(25,28,43); }
div.DivClassName
{
background-color: #191C2B;
}
.BgClassName
{
background-color: #191C2B;
}
</style>
border-color css
<style>
span { border-color: #191C2B; }
span { border-color: rgb(25,28,43); }
td.TdClassName
{
border-color: #191C2B;
}
.TagClassName
{
border-color: #191C2B;
}
</style>