Shades of Blackcurrant #1D0143
Tints of Blackcurrant #1D0143
RGB
CMYK
RGB Variations
Color information
#1D0143 (or 0x1D0143) is known color: Blackcurrant. HEX triplet: 1D, 01 and 43. RGB value is (29,1,67). Sum of RGB (Red+Green+Blue) = 29+1+67=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 67 (26.56% from 255 or 69.07% from 97); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D0143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0143 is #E2FEBC. Grayscale: #101010. Windows color (decimal): -14876349 or 4391197. OLE color: 4391197.
HSL color Cylindrical-coordinate representation of color #1D0143: hue angle of 265.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0143 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 1 | 67 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.74 |
| HSL | 265.45º | 0.97% | 0.13% | - |
| HSV(B) | 265.45º | 0.99% | 0.26% | - |
| XYZ | 1.53 | 0.69 | 5.36 | - |
| YUV | 16.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 67 | 0.57 | 0.99 | 0 | 0.74 | 265.45 | 0.97 | 0.13 |
| Hex | 1D | 1 | 43 | 39 | 63 | 0 | 4A | 109 | 61 | D |
| Octal | 35 | 1 | 103 | 71 | 143 | 0 | 112 | 411 | 141 | 15 |
| Binary | 11101 | 1 | 1000011 | 111001 | 1100011 | 0 | 1001010 | 100001001 | 1100001 | 1101 |
Color Harmonies of #1D0143
Complementary color
Monochromatic Colors of #1D0143
Black with #1D0143
Text Example
Text Example
White with #1D0143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0143; }
p { color: rgb(29,1,67); }
H1.HeaderClassName
{
color: #1D0143;
}
.AnyTagClassName
{
color: #1D0143;
}
</style>
background-color css
<style>
a { background-color: #1D0143; }
a { background-color: rgb(29,1,67); }
div.DivClassName
{
background-color: #1D0143;
}
.BgClassName
{
background-color: #1D0143;
}
</style>
border-color css
<style>
span { border-color: #1D0143; }
span { border-color: rgb(29,1,67); }
td.TdClassName
{
border-color: #1D0143;
}
.TagClassName
{
border-color: #1D0143;
}
</style>