Shades of Blackcurrant #1D0125
Tints of Blackcurrant #1D0125
RGB
CMYK
RGB Variations
Color information
#1D0125 (or 0x1D0125) is known color: Blackcurrant. HEX triplet: 1D, 01 and 25. RGB value is (29,1,37). Sum of RGB (Red+Green+Blue) = 29+1+37=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D0125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0125 is #E2FEDA. Grayscale: #0D0D0D. Windows color (decimal): -14876379 or 2425117. OLE color: 2425117.
HSL color Cylindrical-coordinate representation of color #1D0125: hue angle of 286.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0125 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 1 | 37 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.85 |
| HSL | 286.67º | 0.95% | 0.07% | - |
| HSV(B) | 286.67º | 0.97% | 0.15% | - |
| XYZ | 0.85 | 0.42 | 1.79 | - |
| YUV | 13.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 37 | 0.22 | 0.97 | 0 | 0.85 | 286.67 | 0.95 | 0.07 |
| Hex | 1D | 1 | 25 | 16 | 61 | 0 | 55 | 11F | 5F | 7 |
| Octal | 35 | 1 | 45 | 26 | 141 | 0 | 125 | 437 | 137 | 7 |
| Binary | 11101 | 1 | 100101 | 10110 | 1100001 | 0 | 1010101 | 100011111 | 1011111 | 111 |
Color Harmonies of #1D0125
Complementary color
Monochromatic Colors of #1D0125
Black with #1D0125
Text Example
Text Example
White with #1D0125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0125; }
p { color: rgb(29,1,37); }
H1.HeaderClassName
{
color: #1D0125;
}
.AnyTagClassName
{
color: #1D0125;
}
</style>
background-color css
<style>
a { background-color: #1D0125; }
a { background-color: rgb(29,1,37); }
div.DivClassName
{
background-color: #1D0125;
}
.BgClassName
{
background-color: #1D0125;
}
</style>
border-color css
<style>
span { border-color: #1D0125; }
span { border-color: rgb(29,1,37); }
td.TdClassName
{
border-color: #1D0125;
}
.TagClassName
{
border-color: #1D0125;
}
</style>