Shades of Black Russian #1D1D30
Tints of Black Russian #1D1D30
RGB
CMYK
RGB Variations
Color information
#1D1D30 (or 0x1D1D30) is known color: Black Russian. HEX triplet: 1D, 1D and 30. RGB value is (29,29,48). Sum of RGB (Red+Green+Blue) = 29+29+48=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D1D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D30 is #E2E2CF. Grayscale: #1F1F1F. Windows color (decimal): -14869200 or 3153181. OLE color: 3153181.
HSL color Cylindrical-coordinate representation of color #1D1D30: hue angle of 240º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D1D30 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 29 | 29 | 48 | - |
CMYK | 0.40 | 0.40 | 0 | 0.81 |
HSL | 240º | 0.25% | 0.15% | - |
HSV(B) | 240º | 0.4% | 0.19% | - |
XYZ | 1.48 | 1.35 | 2.98 | - |
YUV | 31.17 | 137.5 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 29 | 48 | 0.40 | 0.40 | 0 | 0.81 | 240 | 0.25 | 0.15 |
Hex | 1D | 1D | 30 | 28 | 28 | 0 | 51 | F0 | 19 | F |
Octal | 35 | 35 | 60 | 50 | 50 | 0 | 121 | 360 | 31 | 17 |
Binary | 11101 | 11101 | 110000 | 101000 | 101000 | 0 | 1010001 | 11110000 | 11001 | 1111 |
Color Harmonies of #1D1D30
Complementary color
Monochromatic Colors of #1D1D30
Black with #1D1D30
Text Example
Text Example
White with #1D1D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D30; }
p { color: rgb(29,29,48); }
H1.HeaderClassName
{
color: #1D1D30;
}
.AnyTagClassName
{
color: #1D1D30;
}
</style>
background-color css
<style>
a { background-color: #1D1D30; }
a { background-color: rgb(29,29,48); }
div.DivClassName
{
background-color: #1D1D30;
}
.BgClassName
{
background-color: #1D1D30;
}
</style>
border-color css
<style>
span { border-color: #1D1D30; }
span { border-color: rgb(29,29,48); }
td.TdClassName
{
border-color: #1D1D30;
}
.TagClassName
{
border-color: #1D1D30;
}
</style>