Shades of Blackcurrant #1D0235
Tints of Blackcurrant #1D0235
RGB
CMYK
RGB Variations
Color information
#1D0235 (or 0x1D0235) is known color: Blackcurrant. HEX triplet: 1D, 02 and 35. RGB value is (29,2,53). Sum of RGB (Red+Green+Blue) = 29+2+53=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 53 (21.09% from 255 or 63.10% from 84); Max value from RGB is 53 - color contains mainly: blue. Hex color #1D0235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0235 is #E2FDCA. Grayscale: #0F0F0F. Windows color (decimal): -14876107 or 3473949. OLE color: 3473949.
HSL color Cylindrical-coordinate representation of color #1D0235: hue angle of 271.76º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0235 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 2 | 53 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.79 |
| HSL | 271.76º | 0.93% | 0.11% | - |
| HSV(B) | 271.76º | 0.96% | 0.21% | - |
| XYZ | 1.17 | 0.56 | 3.41 | - |
| YUV | 15.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 53 | 0.45 | 0.96 | 0 | 0.79 | 271.76 | 0.93 | 0.11 |
| Hex | 1D | 2 | 35 | 2D | 60 | 0 | 4F | 110 | 5D | B |
| Octal | 35 | 2 | 65 | 55 | 140 | 0 | 117 | 420 | 135 | 13 |
| Binary | 11101 | 10 | 110101 | 101101 | 1100000 | 0 | 1001111 | 100010000 | 1011101 | 1011 |
Color Harmonies of #1D0235
Complementary color
Monochromatic Colors of #1D0235
Black with #1D0235
Text Example
Text Example
White with #1D0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0235; }
p { color: rgb(29,2,53); }
H1.HeaderClassName
{
color: #1D0235;
}
.AnyTagClassName
{
color: #1D0235;
}
</style>
background-color css
<style>
a { background-color: #1D0235; }
a { background-color: rgb(29,2,53); }
div.DivClassName
{
background-color: #1D0235;
}
.BgClassName
{
background-color: #1D0235;
}
</style>
border-color css
<style>
span { border-color: #1D0235; }
span { border-color: rgb(29,2,53); }
td.TdClassName
{
border-color: #1D0235;
}
.TagClassName
{
border-color: #1D0235;
}
</style>