Shades of Black Russian #1C1F2A
Tints of Black Russian #1C1F2A
RGB
CMYK
RGB Variations
Color information
#1C1F2A (or 0x1C1F2A) is known color: Black Russian. HEX triplet: 1C, 1F and 2A. RGB value is (28,31,42). Sum of RGB (Red+Green+Blue) = 28+31+42=101 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.72% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 42 - color contains mainly: blue. Hex color #1C1F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1F2A is #E3E0D5. Grayscale: #1F1F1F. Windows color (decimal): -14934230 or 2760476. OLE color: 2760476.
HSL color Cylindrical-coordinate representation of color #1C1F2A: hue angle of 227.14º degrees, saturation: 0.2, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1C1F2A is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 31 | 42 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.84 |
| HSL | 227.14º | 0.2% | 0.14% | - |
| HSV(B) | 227.14º | 0.33% | 0.16% | - |
| XYZ | 1.39 | 1.39 | 2.39 | - |
| YUV | 31.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 31 | 42 | 0.33 | 0.26 | 0 | 0.84 | 227.14 | 0.2 | 0.14 |
| Hex | 1C | 1F | 2A | 21 | 1A | 0 | 54 | E3 | 14 | E |
| Octal | 34 | 37 | 52 | 41 | 32 | 0 | 124 | 343 | 24 | 16 |
| Binary | 11100 | 11111 | 101010 | 100001 | 11010 | 0 | 1010100 | 11100011 | 10100 | 1110 |
Color Harmonies of #1C1F2A
Complementary color
Monochromatic Colors of #1C1F2A
Black with #1C1F2A
Text Example
Text Example
White with #1C1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1F2A; }
p { color: rgb(28,31,42); }
H1.HeaderClassName
{
color: #1C1F2A;
}
.AnyTagClassName
{
color: #1C1F2A;
}
</style>
background-color css
<style>
a { background-color: #1C1F2A; }
a { background-color: rgb(28,31,42); }
div.DivClassName
{
background-color: #1C1F2A;
}
.BgClassName
{
background-color: #1C1F2A;
}
</style>
border-color css
<style>
span { border-color: #1C1F2A; }
span { border-color: rgb(28,31,42); }
td.TdClassName
{
border-color: #1C1F2A;
}
.TagClassName
{
border-color: #1C1F2A;
}
</style>