Shades of Blackcurrant #1D042F
Tints of Blackcurrant #1D042F
RGB
CMYK
RGB Variations
Color information
#1D042F (or 0x1D042F) is known color: Blackcurrant. HEX triplet: 1D, 04 and 2F. RGB value is (29,4,47). Sum of RGB (Red+Green+Blue) = 29+4+47=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D042F is #E2FBD0. Grayscale: #101010. Windows color (decimal): -14875601 or 3081245. OLE color: 3081245.
HSL color Cylindrical-coordinate representation of color #1D042F: hue angle of 274.88º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D042F is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 4 | 47 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.82 |
| HSL | 274.88º | 0.84% | 0.1% | - |
| HSV(B) | 274.88º | 0.91% | 0.18% | - |
| XYZ | 1.06 | 0.55 | 2.74 | - |
| YUV | 16.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 47 | 0.38 | 0.91 | 0 | 0.82 | 274.88 | 0.84 | 0.1 |
| Hex | 1D | 4 | 2F | 26 | 5B | 0 | 52 | 113 | 54 | A |
| Octal | 35 | 4 | 57 | 46 | 133 | 0 | 122 | 423 | 124 | 12 |
| Binary | 11101 | 100 | 101111 | 100110 | 1011011 | 0 | 1010010 | 100010011 | 1010100 | 1010 |
Color Harmonies of #1D042F
Complementary color
Monochromatic Colors of #1D042F
Black with #1D042F
Text Example
Text Example
White with #1D042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D042F; }
p { color: rgb(29,4,47); }
H1.HeaderClassName
{
color: #1D042F;
}
.AnyTagClassName
{
color: #1D042F;
}
</style>
background-color css
<style>
a { background-color: #1D042F; }
a { background-color: rgb(29,4,47); }
div.DivClassName
{
background-color: #1D042F;
}
.BgClassName
{
background-color: #1D042F;
}
</style>
border-color css
<style>
span { border-color: #1D042F; }
span { border-color: rgb(29,4,47); }
td.TdClassName
{
border-color: #1D042F;
}
.TagClassName
{
border-color: #1D042F;
}
</style>