Shades of Black Russian #1D1D1F
Tints of Black Russian #1D1D1F
RGB
CMYK
RGB Variations
Color information
#1D1D1F (or 0x1D1D1F) is known color: Black Russian. HEX triplet: 1D, 1D and 1F. RGB value is (29,29,31). Sum of RGB (Red+Green+Blue) = 29+29+31=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D1D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D1F is #E2E2E0. Grayscale: #1D1D1D. Windows color (decimal): -14869217 or 2039069. OLE color: 2039069.
HSL color Cylindrical-coordinate representation of color #1D1D1F: hue angle of 240º degrees, saturation: 0.03, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #1D1D1F is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
RGB | 29 | 29 | 31 | - |
CMYK | 0.06 | 0.06 | 0 | 0.88 |
HSL | 240º | 0.03% | 0.12% | - |
HSV(B) | 240º | 0.06% | 0.12% | - |
XYZ | 1.19 | 1.24 | 1.47 | - |
YUV | 29.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 29 | 31 | 0.06 | 0.06 | 0 | 0.88 | 240 | 0.03 | 0.12 |
Hex | 1D | 1D | 1F | 6 | 6 | 0 | 58 | F0 | 3 | C |
Octal | 35 | 35 | 37 | 6 | 6 | 0 | 130 | 360 | 3 | 14 |
Binary | 11101 | 11101 | 11111 | 110 | 110 | 0 | 1011000 | 11110000 | 11 | 1100 |
Color Harmonies of #1D1D1F
Complementary color
Monochromatic Colors of #1D1D1F
Black with #1D1D1F
Text Example
Text Example
White with #1D1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D1F; }
p { color: rgb(29,29,31); }
H1.HeaderClassName
{
color: #1D1D1F;
}
.AnyTagClassName
{
color: #1D1D1F;
}
</style>
background-color css
<style>
a { background-color: #1D1D1F; }
a { background-color: rgb(29,29,31); }
div.DivClassName
{
background-color: #1D1D1F;
}
.BgClassName
{
background-color: #1D1D1F;
}
</style>
border-color css
<style>
span { border-color: #1D1D1F; }
span { border-color: rgb(29,29,31); }
td.TdClassName
{
border-color: #1D1D1F;
}
.TagClassName
{
border-color: #1D1D1F;
}
</style>