Shades of Blackcurrant #1D121F
Tints of Blackcurrant #1D121F
RGB
CMYK
RGB Variations
Color information
#1D121F (or 0x1D121F) is known color: Blackcurrant. HEX triplet: 1D, 12 and 1F. RGB value is (29,18,31). Sum of RGB (Red+Green+Blue) = 29+18+31=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D121F is #E2EDE0. Grayscale: #161616. Windows color (decimal): -14872033 or 2036253. OLE color: 2036253.
HSL color Cylindrical-coordinate representation of color #1D121F: hue angle of 290.77º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D121F is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 18 | 31 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.88 |
| HSL | 290.77º | 0.27% | 0.1% | - |
| HSV(B) | 290.77º | 0.42% | 0.12% | - |
| XYZ | 0.97 | 0.79 | 1.4 | - |
| YUV | 22.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 31 | 0.06 | 0.42 | 0 | 0.88 | 290.77 | 0.27 | 0.1 |
| Hex | 1D | 12 | 1F | 6 | 2A | 0 | 58 | 123 | 1B | A |
| Octal | 35 | 22 | 37 | 6 | 52 | 0 | 130 | 443 | 33 | 12 |
| Binary | 11101 | 10010 | 11111 | 110 | 101010 | 0 | 1011000 | 100100011 | 11011 | 1010 |
Color Harmonies of #1D121F
Complementary color
Monochromatic Colors of #1D121F
Black with #1D121F
Text Example
Text Example
White with #1D121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D121F; }
p { color: rgb(29,18,31); }
H1.HeaderClassName
{
color: #1D121F;
}
.AnyTagClassName
{
color: #1D121F;
}
</style>
background-color css
<style>
a { background-color: #1D121F; }
a { background-color: rgb(29,18,31); }
div.DivClassName
{
background-color: #1D121F;
}
.BgClassName
{
background-color: #1D121F;
}
</style>
border-color css
<style>
span { border-color: #1D121F; }
span { border-color: rgb(29,18,31); }
td.TdClassName
{
border-color: #1D121F;
}
.TagClassName
{
border-color: #1D121F;
}
</style>