Shades of Blackcurrant #1D002F
Tints of Blackcurrant #1D002F
RGB
CMYK
RGB Variations
Color information
#1D002F (or 0x1D002F) is known color: Blackcurrant. HEX triplet: 1D, 00 and 2F. RGB value is (29,0,47). Sum of RGB (Red+Green+Blue) = 29+0+47=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D002F is #E2FFD0. Grayscale: #0D0D0D. Windows color (decimal): -14876625 or 3080221. OLE color: 3080221.
HSL color Cylindrical-coordinate representation of color #1D002F: hue angle of 277.02º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D002F is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 0 | 47 | - |
| CMYK | 0.38 | 1 | 0 | 0.82 |
| HSL | 277.02º | 1% | 0.09% | - |
| HSV(B) | 277.02º | 1% | 0.18% | - |
| XYZ | 1.02 | 0.47 | 2.73 | - |
| YUV | 14.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 47 | 0.38 | 1 | 0 | 0.82 | 277.02 | 1 | 0.09 |
| Hex | 1D | 0 | 2F | 26 | 64 | 0 | 52 | 115 | 64 | 9 |
| Octal | 35 | 0 | 57 | 46 | 144 | 0 | 122 | 425 | 144 | 11 |
| Binary | 11101 | 0 | 101111 | 100110 | 1100100 | 0 | 1010010 | 100010101 | 1100100 | 1001 |
Color Harmonies of #1D002F
Complementary color
Monochromatic Colors of #1D002F
Black with #1D002F
Text Example
Text Example
White with #1D002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D002F; }
p { color: rgb(29,0,47); }
H1.HeaderClassName
{
color: #1D002F;
}
.AnyTagClassName
{
color: #1D002F;
}
</style>
background-color css
<style>
a { background-color: #1D002F; }
a { background-color: rgb(29,0,47); }
div.DivClassName
{
background-color: #1D002F;
}
.BgClassName
{
background-color: #1D002F;
}
</style>
border-color css
<style>
span { border-color: #1D002F; }
span { border-color: rgb(29,0,47); }
td.TdClassName
{
border-color: #1D002F;
}
.TagClassName
{
border-color: #1D002F;
}
</style>