Shades of Black Russian #191B2D
Tints of Black Russian #191B2D
RGB
CMYK
RGB Variations
Color information
#191B2D (or 0x191B2D) is known color: Black Russian. HEX triplet: 19, 1B and 2D. RGB value is (25,27,45). Sum of RGB (Red+Green+Blue) = 25+27+45=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #191B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B2D is #E6E4D2. Grayscale: #1C1C1C. Windows color (decimal): -15131859 or 2956057. OLE color: 2956057.
HSL color Cylindrical-coordinate representation of color #191B2D: hue angle of 234º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #191B2D is Cyan = 0.44, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 27 | 45 | - |
| CMYK | 0.44 | 0.4 | 0 | 0.82 |
| HSL | 234º | 0.29% | 0.14% | - |
| HSV(B) | 234º | 0.44% | 0.18% | - |
| XYZ | 1.27 | 1.18 | 2.64 | - |
| YUV | 28.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 45 | 0.44 | 0.4 | 0 | 0.82 | 234 | 0.29 | 0.14 |
| Hex | 19 | 1B | 2D | 2C | 28 | 0 | 52 | EA | 1D | E |
| Octal | 31 | 33 | 55 | 54 | 50 | 0 | 122 | 352 | 35 | 16 |
| Binary | 11001 | 11011 | 101101 | 101100 | 101000 | 0 | 1010010 | 11101010 | 11101 | 1110 |
Color Harmonies of #191B2D
Complementary color
Monochromatic Colors of #191B2D
Black with #191B2D
Text Example
Text Example
White with #191B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B2D; }
p { color: rgb(25,27,45); }
H1.HeaderClassName
{
color: #191B2D;
}
.AnyTagClassName
{
color: #191B2D;
}
</style>
background-color css
<style>
a { background-color: #191B2D; }
a { background-color: rgb(25,27,45); }
div.DivClassName
{
background-color: #191B2D;
}
.BgClassName
{
background-color: #191B2D;
}
</style>
border-color css
<style>
span { border-color: #191B2D; }
span { border-color: rgb(25,27,45); }
td.TdClassName
{
border-color: #191B2D;
}
.TagClassName
{
border-color: #191B2D;
}
</style>