Shades of Blackcurrant #1D0225
Tints of Blackcurrant #1D0225
RGB
CMYK
RGB Variations
Color information
#1D0225 (or 0x1D0225) is known color: Blackcurrant. HEX triplet: 1D, 02 and 25. RGB value is (29,2,37). Sum of RGB (Red+Green+Blue) = 29+2+37=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D0225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0225 is #E2FDDA. Grayscale: #0D0D0D. Windows color (decimal): -14876123 or 2425373. OLE color: 2425373.
HSL color Cylindrical-coordinate representation of color #1D0225: hue angle of 286.29º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0225 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 2 | 37 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.85 |
| HSL | 286.29º | 0.9% | 0.08% | - |
| HSV(B) | 286.29º | 0.95% | 0.15% | - |
| XYZ | 0.86 | 0.44 | 1.79 | - |
| YUV | 14.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 37 | 0.22 | 0.95 | 0 | 0.85 | 286.29 | 0.9 | 0.08 |
| Hex | 1D | 2 | 25 | 16 | 5F | 0 | 55 | 11E | 5A | 8 |
| Octal | 35 | 2 | 45 | 26 | 137 | 0 | 125 | 436 | 132 | 10 |
| Binary | 11101 | 10 | 100101 | 10110 | 1011111 | 0 | 1010101 | 100011110 | 1011010 | 1000 |
Color Harmonies of #1D0225
Complementary color
Monochromatic Colors of #1D0225
Black with #1D0225
Text Example
Text Example
White with #1D0225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0225; }
p { color: rgb(29,2,37); }
H1.HeaderClassName
{
color: #1D0225;
}
.AnyTagClassName
{
color: #1D0225;
}
</style>
background-color css
<style>
a { background-color: #1D0225; }
a { background-color: rgb(29,2,37); }
div.DivClassName
{
background-color: #1D0225;
}
.BgClassName
{
background-color: #1D0225;
}
</style>
border-color css
<style>
span { border-color: #1D0225; }
span { border-color: rgb(29,2,37); }
td.TdClassName
{
border-color: #1D0225;
}
.TagClassName
{
border-color: #1D0225;
}
</style>