Shades of Black Russian #191C2D
Tints of Black Russian #191C2D
RGB
CMYK
RGB Variations
Color information
#191C2D (or 0x191C2D) is known color: Black Russian. HEX triplet: 19, 1C and 2D. RGB value is (25,28,45). Sum of RGB (Red+Green+Blue) = 25+28+45=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #191C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C2D is #E6E3D2. Grayscale: #1C1C1C. Windows color (decimal): -15131603 or 2956313. OLE color: 2956313.
HSL color Cylindrical-coordinate representation of color #191C2D: hue angle of 231º 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 #191C2D is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 28 | 45 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.82 |
| HSL | 231º | 0.29% | 0.14% | - |
| HSV(B) | 231º | 0.44% | 0.18% | - |
| XYZ | 1.29 | 1.23 | 2.65 | - |
| YUV | 29.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 45 | 0.44 | 0.38 | 0 | 0.82 | 231 | 0.29 | 0.14 |
| Hex | 19 | 1C | 2D | 2C | 26 | 0 | 52 | E7 | 1D | E |
| Octal | 31 | 34 | 55 | 54 | 46 | 0 | 122 | 347 | 35 | 16 |
| Binary | 11001 | 11100 | 101101 | 101100 | 100110 | 0 | 1010010 | 11100111 | 11101 | 1110 |
Color Harmonies of #191C2D
Complementary color
Monochromatic Colors of #191C2D
Black with #191C2D
Text Example
Text Example
White with #191C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C2D; }
p { color: rgb(25,28,45); }
H1.HeaderClassName
{
color: #191C2D;
}
.AnyTagClassName
{
color: #191C2D;
}
</style>
background-color css
<style>
a { background-color: #191C2D; }
a { background-color: rgb(25,28,45); }
div.DivClassName
{
background-color: #191C2D;
}
.BgClassName
{
background-color: #191C2D;
}
</style>
border-color css
<style>
span { border-color: #191C2D; }
span { border-color: rgb(25,28,45); }
td.TdClassName
{
border-color: #191C2D;
}
.TagClassName
{
border-color: #191C2D;
}
</style>