Shades of Blackcurrant #1D0A25
Tints of Blackcurrant #1D0A25
RGB
CMYK
RGB Variations
Color information
#1D0A25 (or 0x1D0A25) is known color: Blackcurrant. HEX triplet: 1D, 0A and 25. RGB value is (29,10,37). Sum of RGB (Red+Green+Blue) = 29+10+37=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D0A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0A25 is #E2F5DA. Grayscale: #121212. Windows color (decimal): -14874075 or 2427421. OLE color: 2427421.
HSL color Cylindrical-coordinate representation of color #1D0A25: hue angle of 282.22º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D0A25 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 10 | 37 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.85 |
| HSL | 282.22º | 0.57% | 0.09% | - |
| HSV(B) | 282.22º | 0.73% | 0.15% | - |
| XYZ | 0.95 | 0.61 | 1.82 | - |
| YUV | 18.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 37 | 0.22 | 0.73 | 0 | 0.85 | 282.22 | 0.57 | 0.09 |
| Hex | 1D | A | 25 | 16 | 49 | 0 | 55 | 11A | 39 | 9 |
| Octal | 35 | 12 | 45 | 26 | 111 | 0 | 125 | 432 | 71 | 11 |
| Binary | 11101 | 1010 | 100101 | 10110 | 1001001 | 0 | 1010101 | 100011010 | 111001 | 1001 |
Color Harmonies of #1D0A25
Complementary color
Monochromatic Colors of #1D0A25
Black with #1D0A25
Text Example
Text Example
White with #1D0A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A25; }
p { color: rgb(29,10,37); }
H1.HeaderClassName
{
color: #1D0A25;
}
.AnyTagClassName
{
color: #1D0A25;
}
</style>
background-color css
<style>
a { background-color: #1D0A25; }
a { background-color: rgb(29,10,37); }
div.DivClassName
{
background-color: #1D0A25;
}
.BgClassName
{
background-color: #1D0A25;
}
</style>
border-color css
<style>
span { border-color: #1D0A25; }
span { border-color: rgb(29,10,37); }
td.TdClassName
{
border-color: #1D0A25;
}
.TagClassName
{
border-color: #1D0A25;
}
</style>