Shades of Blackcurrant #1D0E34
Tints of Blackcurrant #1D0E34
RGB
CMYK
RGB Variations
Color information
#1D0E34 (or 0x1D0E34) is known color: Blackcurrant. HEX triplet: 1D, 0E and 34. RGB value is (29,14,52). Sum of RGB (Red+Green+Blue) = 29+14+52=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #1D0E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0E34 is #E2F1CB. Grayscale: #161616. Windows color (decimal): -14873036 or 3411485. OLE color: 3411485.
HSL color Cylindrical-coordinate representation of color #1D0E34: hue angle of 263.68º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D0E34 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 14 | 52 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.80 |
| HSL | 263.68º | 0.58% | 0.13% | - |
| HSV(B) | 263.68º | 0.73% | 0.2% | - |
| XYZ | 1.28 | 0.82 | 3.34 | - |
| YUV | 22.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 52 | 0.44 | 0.73 | 0 | 0.80 | 263.68 | 0.58 | 0.13 |
| Hex | 1D | E | 34 | 2C | 49 | 0 | 50 | 108 | 3A | D |
| Octal | 35 | 16 | 64 | 54 | 111 | 0 | 120 | 410 | 72 | 15 |
| Binary | 11101 | 1110 | 110100 | 101100 | 1001001 | 0 | 1010000 | 100001000 | 111010 | 1101 |
Color Harmonies of #1D0E34
Complementary color
Monochromatic Colors of #1D0E34
Black with #1D0E34
Text Example
Text Example
White with #1D0E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0E34; }
p { color: rgb(29,14,52); }
H1.HeaderClassName
{
color: #1D0E34;
}
.AnyTagClassName
{
color: #1D0E34;
}
</style>
background-color css
<style>
a { background-color: #1D0E34; }
a { background-color: rgb(29,14,52); }
div.DivClassName
{
background-color: #1D0E34;
}
.BgClassName
{
background-color: #1D0E34;
}
</style>
border-color css
<style>
span { border-color: #1D0E34; }
span { border-color: rgb(29,14,52); }
td.TdClassName
{
border-color: #1D0E34;
}
.TagClassName
{
border-color: #1D0E34;
}
</style>