Shades of Blackcurrant #1D072E
Tints of Blackcurrant #1D072E
RGB
CMYK
RGB Variations
Color information
#1D072E (or 0x1D072E) is known color: Blackcurrant. HEX triplet: 1D, 07 and 2E. RGB value is (29,7,46). Sum of RGB (Red+Green+Blue) = 29+7+46=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #1D072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D072E is #E2F8D1. Grayscale: #111111. Windows color (decimal): -14874834 or 3016477. OLE color: 3016477.
HSL color Cylindrical-coordinate representation of color #1D072E: hue angle of 273.85º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D072E is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 7 | 46 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.82 |
| HSL | 273.85º | 0.74% | 0.1% | - |
| HSV(B) | 273.85º | 0.85% | 0.18% | - |
| XYZ | 1.08 | 0.61 | 2.65 | - |
| YUV | 18.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 46 | 0.37 | 0.85 | 0 | 0.82 | 273.85 | 0.74 | 0.1 |
| Hex | 1D | 7 | 2E | 25 | 55 | 0 | 52 | 112 | 4A | A |
| Octal | 35 | 7 | 56 | 45 | 125 | 0 | 122 | 422 | 112 | 12 |
| Binary | 11101 | 111 | 101110 | 100101 | 1010101 | 0 | 1010010 | 100010010 | 1001010 | 1010 |
Color Harmonies of #1D072E
Complementary color
Monochromatic Colors of #1D072E
Black with #1D072E
Text Example
Text Example
White with #1D072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D072E; }
p { color: rgb(29,7,46); }
H1.HeaderClassName
{
color: #1D072E;
}
.AnyTagClassName
{
color: #1D072E;
}
</style>
background-color css
<style>
a { background-color: #1D072E; }
a { background-color: rgb(29,7,46); }
div.DivClassName
{
background-color: #1D072E;
}
.BgClassName
{
background-color: #1D072E;
}
</style>
border-color css
<style>
span { border-color: #1D072E; }
span { border-color: rgb(29,7,46); }
td.TdClassName
{
border-color: #1D072E;
}
.TagClassName
{
border-color: #1D072E;
}
</style>