Shades of Blackcurrant #1D0739
Tints of Blackcurrant #1D0739
RGB
CMYK
RGB Variations
Color information
#1D0739 (or 0x1D0739) is known color: Blackcurrant. HEX triplet: 1D, 07 and 39. RGB value is (29,7,57). Sum of RGB (Red+Green+Blue) = 29+7+57=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #1D0739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0739 is #E2F8C6. Grayscale: #131313. Windows color (decimal): -14874823 or 3737373. OLE color: 3737373.
HSL color Cylindrical-coordinate representation of color #1D0739: hue angle of 266.4º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0739 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 7 | 57 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.78 |
| HSL | 266.4º | 0.78% | 0.13% | - |
| HSV(B) | 266.4º | 0.88% | 0.22% | - |
| XYZ | 1.32 | 0.71 | 3.94 | - |
| YUV | 19.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 57 | 0.49 | 0.88 | 0 | 0.78 | 266.4 | 0.78 | 0.13 |
| Hex | 1D | 7 | 39 | 31 | 58 | 0 | 4E | 10A | 4E | D |
| Octal | 35 | 7 | 71 | 61 | 130 | 0 | 116 | 412 | 116 | 15 |
| Binary | 11101 | 111 | 111001 | 110001 | 1011000 | 0 | 1001110 | 100001010 | 1001110 | 1101 |
Color Harmonies of #1D0739
Complementary color
Monochromatic Colors of #1D0739
Black with #1D0739
Text Example
Text Example
White with #1D0739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0739; }
p { color: rgb(29,7,57); }
H1.HeaderClassName
{
color: #1D0739;
}
.AnyTagClassName
{
color: #1D0739;
}
</style>
background-color css
<style>
a { background-color: #1D0739; }
a { background-color: rgb(29,7,57); }
div.DivClassName
{
background-color: #1D0739;
}
.BgClassName
{
background-color: #1D0739;
}
</style>
border-color css
<style>
span { border-color: #1D0739; }
span { border-color: rgb(29,7,57); }
td.TdClassName
{
border-color: #1D0739;
}
.TagClassName
{
border-color: #1D0739;
}
</style>