Shades of Blackcurrant #1D073A
Tints of Blackcurrant #1D073A
RGB
CMYK
RGB Variations
Color information
#1D073A (or 0x1D073A) is known color: Blackcurrant. HEX triplet: 1D, 07 and 3A. RGB value is (29,7,58). Sum of RGB (Red+Green+Blue) = 29+7+58=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D073A is #E2F8C5. Grayscale: #131313. Windows color (decimal): -14874822 or 3802909. OLE color: 3802909.
HSL color Cylindrical-coordinate representation of color #1D073A: hue angle of 265.88º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D073A is Cyan = 0.5, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 7 | 58 | - |
| CMYK | 0.5 | 0.88 | 0 | 0.77 |
| HSL | 265.88º | 0.78% | 0.13% | - |
| HSV(B) | 265.88º | 0.88% | 0.23% | - |
| XYZ | 1.35 | 0.72 | 4.07 | - |
| YUV | 19.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 58 | 0.5 | 0.88 | 0 | 0.77 | 265.88 | 0.78 | 0.13 |
| Hex | 1D | 7 | 3A | 32 | 58 | 0 | 4D | 10A | 4E | D |
| Octal | 35 | 7 | 72 | 62 | 130 | 0 | 115 | 412 | 116 | 15 |
| Binary | 11101 | 111 | 111010 | 110010 | 1011000 | 0 | 1001101 | 100001010 | 1001110 | 1101 |
Color Harmonies of #1D073A
Complementary color
Monochromatic Colors of #1D073A
Black with #1D073A
Text Example
Text Example
White with #1D073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D073A; }
p { color: rgb(29,7,58); }
H1.HeaderClassName
{
color: #1D073A;
}
.AnyTagClassName
{
color: #1D073A;
}
</style>
background-color css
<style>
a { background-color: #1D073A; }
a { background-color: rgb(29,7,58); }
div.DivClassName
{
background-color: #1D073A;
}
.BgClassName
{
background-color: #1D073A;
}
</style>
border-color css
<style>
span { border-color: #1D073A; }
span { border-color: rgb(29,7,58); }
td.TdClassName
{
border-color: #1D073A;
}
.TagClassName
{
border-color: #1D073A;
}
</style>