Shades of Black Russian #1C1D1F
Tints of Black Russian #1C1D1F
RGB
CMYK
RGB Variations
Color information
#1C1D1F (or 0x1C1D1F) is known color: Black Russian. HEX triplet: 1C, 1D and 1F. RGB value is (28,29,31). Sum of RGB (Red+Green+Blue) = 28+29+31=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C1D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1D1F is #E3E2E0. Grayscale: #1C1C1C. Windows color (decimal): -14934753 or 2039068. OLE color: 2039068.
HSL color Cylindrical-coordinate representation of color #1C1D1F: hue angle of 220º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #1C1D1F is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 29 | 31 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.88 |
| HSL | 220º | 0.05% | 0.12% | - |
| HSV(B) | 220º | 0.1% | 0.12% | - |
| XYZ | 1.17 | 1.22 | 1.47 | - |
| YUV | 28.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 29 | 31 | 0.10 | 0.06 | 0 | 0.88 | 220 | 0.05 | 0.12 |
| Hex | 1C | 1D | 1F | A | 6 | 0 | 58 | DC | 5 | C |
| Octal | 34 | 35 | 37 | 12 | 6 | 0 | 130 | 334 | 5 | 14 |
| Binary | 11100 | 11101 | 11111 | 1010 | 110 | 0 | 1011000 | 11011100 | 101 | 1100 |
Color Harmonies of #1C1D1F
Complementary color
Monochromatic Colors of #1C1D1F
Black with #1C1D1F
Text Example
Text Example
White with #1C1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1D1F; }
p { color: rgb(28,29,31); }
H1.HeaderClassName
{
color: #1C1D1F;
}
.AnyTagClassName
{
color: #1C1D1F;
}
</style>
background-color css
<style>
a { background-color: #1C1D1F; }
a { background-color: rgb(28,29,31); }
div.DivClassName
{
background-color: #1C1D1F;
}
.BgClassName
{
background-color: #1C1D1F;
}
</style>
border-color css
<style>
span { border-color: #1C1D1F; }
span { border-color: rgb(28,29,31); }
td.TdClassName
{
border-color: #1C1D1F;
}
.TagClassName
{
border-color: #1C1D1F;
}
</style>