Shades of Blackcurrant #1D002A
Tints of Blackcurrant #1D002A
RGB
CMYK
RGB Variations
Color information
#1D002A (or 0x1D002A) is known color: Blackcurrant. HEX triplet: 1D, 00 and 2A. RGB value is (29,0,42). Sum of RGB (Red+Green+Blue) = 29+0+42=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 42 (16.80% from 255 or 59.15% from 71); Max value from RGB is 42 - color contains mainly: blue. Hex color #1D002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D002A is #E2FFD5. Grayscale: #0D0D0D. Windows color (decimal): -14876630 or 2752541. OLE color: 2752541.
HSL color Cylindrical-coordinate representation of color #1D002A: hue angle of 281.43º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D002A is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 0 | 42 | - |
| CMYK | 0.31 | 1 | 0 | 0.84 |
| HSL | 281.43º | 1% | 0.08% | - |
| HSV(B) | 281.43º | 1% | 0.16% | - |
| XYZ | 0.92 | 0.43 | 2.22 | - |
| YUV | 13.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 42 | 0.31 | 1 | 0 | 0.84 | 281.43 | 1 | 0.08 |
| Hex | 1D | 0 | 2A | 1F | 64 | 0 | 54 | 119 | 64 | 8 |
| Octal | 35 | 0 | 52 | 37 | 144 | 0 | 124 | 431 | 144 | 10 |
| Binary | 11101 | 0 | 101010 | 11111 | 1100100 | 0 | 1010100 | 100011001 | 1100100 | 1000 |
Color Harmonies of #1D002A
Complementary color
Monochromatic Colors of #1D002A
Black with #1D002A
Text Example
Text Example
White with #1D002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D002A; }
p { color: rgb(29,0,42); }
H1.HeaderClassName
{
color: #1D002A;
}
.AnyTagClassName
{
color: #1D002A;
}
</style>
background-color css
<style>
a { background-color: #1D002A; }
a { background-color: rgb(29,0,42); }
div.DivClassName
{
background-color: #1D002A;
}
.BgClassName
{
background-color: #1D002A;
}
</style>
border-color css
<style>
span { border-color: #1D002A; }
span { border-color: rgb(29,0,42); }
td.TdClassName
{
border-color: #1D002A;
}
.TagClassName
{
border-color: #1D002A;
}
</style>