Shades of Blackcurrant #1D0141
Tints of Blackcurrant #1D0141
RGB
CMYK
RGB Variations
Color information
#1D0141 (or 0x1D0141) is known color: Blackcurrant. HEX triplet: 1D, 01 and 41. RGB value is (29,1,65). Sum of RGB (Red+Green+Blue) = 29+1+65=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D0141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0141 is #E2FEBE. Grayscale: #101010. Windows color (decimal): -14876351 or 4260125. OLE color: 4260125.
HSL color Cylindrical-coordinate representation of color #1D0141: hue angle of 266.25º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0141 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 1 | 65 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.75 |
| HSL | 266.25º | 0.97% | 0.13% | - |
| HSV(B) | 266.25º | 0.98% | 0.25% | - |
| XYZ | 1.47 | 0.66 | 5.05 | - |
| YUV | 16.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 65 | 0.55 | 0.98 | 0 | 0.75 | 266.25 | 0.97 | 0.13 |
| Hex | 1D | 1 | 41 | 37 | 62 | 0 | 4B | 10A | 61 | D |
| Octal | 35 | 1 | 101 | 67 | 142 | 0 | 113 | 412 | 141 | 15 |
| Binary | 11101 | 1 | 1000001 | 110111 | 1100010 | 0 | 1001011 | 100001010 | 1100001 | 1101 |
Color Harmonies of #1D0141
Complementary color
Monochromatic Colors of #1D0141
Black with #1D0141
Text Example
Text Example
White with #1D0141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0141; }
p { color: rgb(29,1,65); }
H1.HeaderClassName
{
color: #1D0141;
}
.AnyTagClassName
{
color: #1D0141;
}
</style>
background-color css
<style>
a { background-color: #1D0141; }
a { background-color: rgb(29,1,65); }
div.DivClassName
{
background-color: #1D0141;
}
.BgClassName
{
background-color: #1D0141;
}
</style>
border-color css
<style>
span { border-color: #1D0141; }
span { border-color: rgb(29,1,65); }
td.TdClassName
{
border-color: #1D0141;
}
.TagClassName
{
border-color: #1D0141;
}
</style>