Shades of Blackcurrant #1D073D
Tints of Blackcurrant #1D073D
RGB
CMYK
RGB Variations
Color information
#1D073D (or 0x1D073D) is known color: Blackcurrant. HEX triplet: 1D, 07 and 3D. RGB value is (29,7,61). Sum of RGB (Red+Green+Blue) = 29+7+61=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D073D is #E2F8C2. Grayscale: #131313. Windows color (decimal): -14874819 or 3999517. OLE color: 3999517.
HSL color Cylindrical-coordinate representation of color #1D073D: hue angle of 264.44º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D073D is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 7 | 61 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.76 |
| HSL | 264.44º | 0.79% | 0.13% | - |
| HSV(B) | 264.44º | 0.89% | 0.24% | - |
| XYZ | 1.42 | 0.75 | 4.48 | - |
| YUV | 19.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 61 | 0.52 | 0.89 | 0 | 0.76 | 264.44 | 0.79 | 0.13 |
| Hex | 1D | 7 | 3D | 34 | 59 | 0 | 4C | 108 | 4F | D |
| Octal | 35 | 7 | 75 | 64 | 131 | 0 | 114 | 410 | 117 | 15 |
| Binary | 11101 | 111 | 111101 | 110100 | 1011001 | 0 | 1001100 | 100001000 | 1001111 | 1101 |
Color Harmonies of #1D073D
Complementary color
Monochromatic Colors of #1D073D
Black with #1D073D
Text Example
Text Example
White with #1D073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D073D; }
p { color: rgb(29,7,61); }
H1.HeaderClassName
{
color: #1D073D;
}
.AnyTagClassName
{
color: #1D073D;
}
</style>
background-color css
<style>
a { background-color: #1D073D; }
a { background-color: rgb(29,7,61); }
div.DivClassName
{
background-color: #1D073D;
}
.BgClassName
{
background-color: #1D073D;
}
</style>
border-color css
<style>
span { border-color: #1D073D; }
span { border-color: rgb(29,7,61); }
td.TdClassName
{
border-color: #1D073D;
}
.TagClassName
{
border-color: #1D073D;
}
</style>