Shades of Blackcurrant #1D0126
Tints of Blackcurrant #1D0126
RGB
CMYK
RGB Variations
Color information
#1D0126 (or 0x1D0126) is known color: Blackcurrant. HEX triplet: 1D, 01 and 26. RGB value is (29,1,38). Sum of RGB (Red+Green+Blue) = 29+1+38=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #1D0126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0126 is #E2FED9. Grayscale: #0D0D0D. Windows color (decimal): -14876378 or 2490653. OLE color: 2490653.
HSL color Cylindrical-coordinate representation of color #1D0126: hue angle of 285.41º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0126 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 1 | 38 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.85 |
| HSL | 285.41º | 0.95% | 0.08% | - |
| HSV(B) | 285.41º | 0.97% | 0.15% | - |
| XYZ | 0.87 | 0.42 | 1.87 | - |
| YUV | 13.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 38 | 0.24 | 0.97 | 0 | 0.85 | 285.41 | 0.95 | 0.08 |
| Hex | 1D | 1 | 26 | 18 | 61 | 0 | 55 | 11D | 5F | 8 |
| Octal | 35 | 1 | 46 | 30 | 141 | 0 | 125 | 435 | 137 | 10 |
| Binary | 11101 | 1 | 100110 | 11000 | 1100001 | 0 | 1010101 | 100011101 | 1011111 | 1000 |
Color Harmonies of #1D0126
Complementary color
Monochromatic Colors of #1D0126
Black with #1D0126
Text Example
Text Example
White with #1D0126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0126; }
p { color: rgb(29,1,38); }
H1.HeaderClassName
{
color: #1D0126;
}
.AnyTagClassName
{
color: #1D0126;
}
</style>
background-color css
<style>
a { background-color: #1D0126; }
a { background-color: rgb(29,1,38); }
div.DivClassName
{
background-color: #1D0126;
}
.BgClassName
{
background-color: #1D0126;
}
</style>
border-color css
<style>
span { border-color: #1D0126; }
span { border-color: rgb(29,1,38); }
td.TdClassName
{
border-color: #1D0126;
}
.TagClassName
{
border-color: #1D0126;
}
</style>