Shades of Blackcurrant #1D1025
Tints of Blackcurrant #1D1025
RGB
CMYK
RGB Variations
Color information
#1D1025 (or 0x1D1025) is known color: Blackcurrant. HEX triplet: 1D, 10 and 25. RGB value is (29,16,37). Sum of RGB (Red+Green+Blue) = 29+16+37=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1025 is #E2EFDA. Grayscale: #161616. Windows color (decimal): -14872539 or 2428957. OLE color: 2428957.
HSL color Cylindrical-coordinate representation of color #1D1025: hue angle of 277.14º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D1025 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 16 | 37 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.85 |
| HSL | 277.14º | 0.4% | 0.1% | - |
| HSV(B) | 277.14º | 0.57% | 0.15% | - |
| XYZ | 1.03 | 0.77 | 1.84 | - |
| YUV | 22.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 37 | 0.22 | 0.57 | 0 | 0.85 | 277.14 | 0.4 | 0.1 |
| Hex | 1D | 10 | 25 | 16 | 39 | 0 | 55 | 115 | 28 | A |
| Octal | 35 | 20 | 45 | 26 | 71 | 0 | 125 | 425 | 50 | 12 |
| Binary | 11101 | 10000 | 100101 | 10110 | 111001 | 0 | 1010101 | 100010101 | 101000 | 1010 |
Color Harmonies of #1D1025
Complementary color
Monochromatic Colors of #1D1025
Black with #1D1025
Text Example
Text Example
White with #1D1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1025; }
p { color: rgb(29,16,37); }
H1.HeaderClassName
{
color: #1D1025;
}
.AnyTagClassName
{
color: #1D1025;
}
</style>
background-color css
<style>
a { background-color: #1D1025; }
a { background-color: rgb(29,16,37); }
div.DivClassName
{
background-color: #1D1025;
}
.BgClassName
{
background-color: #1D1025;
}
</style>
border-color css
<style>
span { border-color: #1D1025; }
span { border-color: rgb(29,16,37); }
td.TdClassName
{
border-color: #1D1025;
}
.TagClassName
{
border-color: #1D1025;
}
</style>