Shades of Blackcurrant #1D073C
Tints of Blackcurrant #1D073C
RGB
CMYK
RGB Variations
Color information
#1D073C (or 0x1D073C) is known color: Blackcurrant. HEX triplet: 1D, 07 and 3C. RGB value is (29,7,60). Sum of RGB (Red+Green+Blue) = 29+7+60=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D073C is #E2F8C3. Grayscale: #131313. Windows color (decimal): -14874820 or 3933981. OLE color: 3933981.
HSL color Cylindrical-coordinate representation of color #1D073C: hue angle of 264.91º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D073C is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 7 | 60 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.76 |
| HSL | 264.91º | 0.79% | 0.13% | - |
| HSV(B) | 264.91º | 0.88% | 0.24% | - |
| XYZ | 1.4 | 0.74 | 4.34 | - |
| YUV | 19.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 60 | 0.52 | 0.88 | 0 | 0.76 | 264.91 | 0.79 | 0.13 |
| Hex | 1D | 7 | 3C | 34 | 58 | 0 | 4C | 109 | 4F | D |
| Octal | 35 | 7 | 74 | 64 | 130 | 0 | 114 | 411 | 117 | 15 |
| Binary | 11101 | 111 | 111100 | 110100 | 1011000 | 0 | 1001100 | 100001001 | 1001111 | 1101 |
Color Harmonies of #1D073C
Complementary color
Monochromatic Colors of #1D073C
Black with #1D073C
Text Example
Text Example
White with #1D073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D073C; }
p { color: rgb(29,7,60); }
H1.HeaderClassName
{
color: #1D073C;
}
.AnyTagClassName
{
color: #1D073C;
}
</style>
background-color css
<style>
a { background-color: #1D073C; }
a { background-color: rgb(29,7,60); }
div.DivClassName
{
background-color: #1D073C;
}
.BgClassName
{
background-color: #1D073C;
}
</style>
border-color css
<style>
span { border-color: #1D073C; }
span { border-color: rgb(29,7,60); }
td.TdClassName
{
border-color: #1D073C;
}
.TagClassName
{
border-color: #1D073C;
}
</style>