Shades of Blackcurrant #1D003B
Tints of Blackcurrant #1D003B
RGB
CMYK
RGB Variations
Color information
#1D003B (or 0x1D003B) is known color: Blackcurrant. HEX triplet: 1D, 00 and 3B. RGB value is (29,0,59). Sum of RGB (Red+Green+Blue) = 29+0+59=88 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.95% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 59 (23.44% from 255 or 67.05% from 88); Max value from RGB is 59 - color contains mainly: blue. Hex color #1D003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D003B is #E2FFC4. Grayscale: #0F0F0F. Windows color (decimal): -14876613 or 3866653. OLE color: 3866653.
HSL color Cylindrical-coordinate representation of color #1D003B: hue angle of 269.49º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D003B is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 0 | 59 | - |
| CMYK | 0.51 | 1 | 0 | 0.77 |
| HSL | 269.49º | 1% | 0.12% | - |
| HSV(B) | 269.49º | 1% | 0.23% | - |
| XYZ | 1.3 | 0.58 | 4.18 | - |
| YUV | 15.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 59 | 0.51 | 1 | 0 | 0.77 | 269.49 | 1 | 0.12 |
| Hex | 1D | 0 | 3B | 33 | 64 | 0 | 4D | 10D | 64 | C |
| Octal | 35 | 0 | 73 | 63 | 144 | 0 | 115 | 415 | 144 | 14 |
| Binary | 11101 | 0 | 111011 | 110011 | 1100100 | 0 | 1001101 | 100001101 | 1100100 | 1100 |
Color Harmonies of #1D003B
Complementary color
Monochromatic Colors of #1D003B
Black with #1D003B
Text Example
Text Example
White with #1D003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D003B; }
p { color: rgb(29,0,59); }
H1.HeaderClassName
{
color: #1D003B;
}
.AnyTagClassName
{
color: #1D003B;
}
</style>
background-color css
<style>
a { background-color: #1D003B; }
a { background-color: rgb(29,0,59); }
div.DivClassName
{
background-color: #1D003B;
}
.BgClassName
{
background-color: #1D003B;
}
</style>
border-color css
<style>
span { border-color: #1D003B; }
span { border-color: rgb(29,0,59); }
td.TdClassName
{
border-color: #1D003B;
}
.TagClassName
{
border-color: #1D003B;
}
</style>