Shades of Blackcurrant #1D0D25
Tints of Blackcurrant #1D0D25
RGB
CMYK
RGB Variations
Color information
#1D0D25 (or 0x1D0D25) is known color: Blackcurrant. HEX triplet: 1D, 0D and 25. RGB value is (29,13,37). Sum of RGB (Red+Green+Blue) = 29+13+37=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D0D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0D25 is #E2F2DA. Grayscale: #141414. Windows color (decimal): -14873307 or 2428189. OLE color: 2428189.
HSL color Cylindrical-coordinate representation of color #1D0D25: hue angle of 280º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D0D25 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 13 | 37 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.85 |
| HSL | 280º | 0.48% | 0.1% | - |
| HSV(B) | 280º | 0.65% | 0.15% | - |
| XYZ | 0.98 | 0.68 | 1.83 | - |
| YUV | 20.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 37 | 0.22 | 0.65 | 0 | 0.85 | 280 | 0.48 | 0.1 |
| Hex | 1D | D | 25 | 16 | 41 | 0 | 55 | 118 | 30 | A |
| Octal | 35 | 15 | 45 | 26 | 101 | 0 | 125 | 430 | 60 | 12 |
| Binary | 11101 | 1101 | 100101 | 10110 | 1000001 | 0 | 1010101 | 100011000 | 110000 | 1010 |
Color Harmonies of #1D0D25
Complementary color
Monochromatic Colors of #1D0D25
Black with #1D0D25
Text Example
Text Example
White with #1D0D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0D25; }
p { color: rgb(29,13,37); }
H1.HeaderClassName
{
color: #1D0D25;
}
.AnyTagClassName
{
color: #1D0D25;
}
</style>
background-color css
<style>
a { background-color: #1D0D25; }
a { background-color: rgb(29,13,37); }
div.DivClassName
{
background-color: #1D0D25;
}
.BgClassName
{
background-color: #1D0D25;
}
</style>
border-color css
<style>
span { border-color: #1D0D25; }
span { border-color: rgb(29,13,37); }
td.TdClassName
{
border-color: #1D0D25;
}
.TagClassName
{
border-color: #1D0D25;
}
</style>