Shades of Blackcurrant #1D013B
Tints of Blackcurrant #1D013B
RGB
CMYK
RGB Variations
Color information
#1D013B (or 0x1D013B) is known color: Blackcurrant. HEX triplet: 1D, 01 and 3B. RGB value is (29,1,59). Sum of RGB (Red+Green+Blue) = 29+1+59=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 59 (23.44% from 255 or 66.29% from 89); Max value from RGB is 59 - color contains mainly: blue. Hex color #1D013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D013B is #E2FEC4. Grayscale: #0F0F0F. Windows color (decimal): -14876357 or 3866909. OLE color: 3866909.
HSL color Cylindrical-coordinate representation of color #1D013B: hue angle of 268.97º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D013B is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 1 | 59 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.77 |
| HSL | 268.97º | 0.97% | 0.12% | - |
| HSV(B) | 268.97º | 0.98% | 0.23% | - |
| XYZ | 1.31 | 0.6 | 4.18 | - |
| YUV | 15.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 59 | 0.51 | 0.98 | 0 | 0.77 | 268.97 | 0.97 | 0.12 |
| Hex | 1D | 1 | 3B | 33 | 62 | 0 | 4D | 10D | 61 | C |
| Octal | 35 | 1 | 73 | 63 | 142 | 0 | 115 | 415 | 141 | 14 |
| Binary | 11101 | 1 | 111011 | 110011 | 1100010 | 0 | 1001101 | 100001101 | 1100001 | 1100 |
Color Harmonies of #1D013B
Complementary color
Monochromatic Colors of #1D013B
Black with #1D013B
Text Example
Text Example
White with #1D013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D013B; }
p { color: rgb(29,1,59); }
H1.HeaderClassName
{
color: #1D013B;
}
.AnyTagClassName
{
color: #1D013B;
}
</style>
background-color css
<style>
a { background-color: #1D013B; }
a { background-color: rgb(29,1,59); }
div.DivClassName
{
background-color: #1D013B;
}
.BgClassName
{
background-color: #1D013B;
}
</style>
border-color css
<style>
span { border-color: #1D013B; }
span { border-color: rgb(29,1,59); }
td.TdClassName
{
border-color: #1D013B;
}
.TagClassName
{
border-color: #1D013B;
}
</style>