Shades of Black Russian #191C30
Tints of Black Russian #191C30
RGB
CMYK
RGB Variations
Color information
#191C30 (or 0x191C30) is known color: Black Russian. HEX triplet: 19, 1C and 30. RGB value is (25,28,48). Sum of RGB (Red+Green+Blue) = 25+28+48=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #191C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C30 is #E6E3CF. Grayscale: #1D1D1D. Windows color (decimal): -15131600 or 3152921. OLE color: 3152921.
HSL color Cylindrical-coordinate representation of color #191C30: hue angle of 232.17º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #191C30 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 28 | 48 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.81 |
| HSL | 232.17º | 0.32% | 0.14% | - |
| HSV(B) | 232.17º | 0.48% | 0.19% | - |
| XYZ | 1.35 | 1.25 | 2.97 | - |
| YUV | 29.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 48 | 0.48 | 0.42 | 0 | 0.81 | 232.17 | 0.32 | 0.14 |
| Hex | 19 | 1C | 30 | 30 | 2A | 0 | 51 | E8 | 20 | E |
| Octal | 31 | 34 | 60 | 60 | 52 | 0 | 121 | 350 | 40 | 16 |
| Binary | 11001 | 11100 | 110000 | 110000 | 101010 | 0 | 1010001 | 11101000 | 100000 | 1110 |
Color Harmonies of #191C30
Complementary color
Monochromatic Colors of #191C30
Black with #191C30
Text Example
Text Example
White with #191C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C30; }
p { color: rgb(25,28,48); }
H1.HeaderClassName
{
color: #191C30;
}
.AnyTagClassName
{
color: #191C30;
}
</style>
background-color css
<style>
a { background-color: #191C30; }
a { background-color: rgb(25,28,48); }
div.DivClassName
{
background-color: #191C30;
}
.BgClassName
{
background-color: #191C30;
}
</style>
border-color css
<style>
span { border-color: #191C30; }
span { border-color: rgb(25,28,48); }
td.TdClassName
{
border-color: #191C30;
}
.TagClassName
{
border-color: #191C30;
}
</style>