Shades of Blackcurrant #1D0230
Tints of Blackcurrant #1D0230
RGB
CMYK
RGB Variations
Color information
#1D0230 (or 0x1D0230) is known color: Blackcurrant. HEX triplet: 1D, 02 and 30. RGB value is (29,2,48). Sum of RGB (Red+Green+Blue) = 29+2+48=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D0230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0230 is #E2FDCF. Grayscale: #0F0F0F. Windows color (decimal): -14876112 or 3146269. OLE color: 3146269.
HSL color Cylindrical-coordinate representation of color #1D0230: hue angle of 275.22º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0230 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 2 | 48 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.81 |
| HSL | 275.22º | 0.92% | 0.1% | - |
| HSV(B) | 275.22º | 0.96% | 0.19% | - |
| XYZ | 1.06 | 0.52 | 2.84 | - |
| YUV | 15.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 48 | 0.40 | 0.96 | 0 | 0.81 | 275.22 | 0.92 | 0.1 |
| Hex | 1D | 2 | 30 | 28 | 60 | 0 | 51 | 113 | 5C | A |
| Octal | 35 | 2 | 60 | 50 | 140 | 0 | 121 | 423 | 134 | 12 |
| Binary | 11101 | 10 | 110000 | 101000 | 1100000 | 0 | 1010001 | 100010011 | 1011100 | 1010 |
Color Harmonies of #1D0230
Complementary color
Monochromatic Colors of #1D0230
Black with #1D0230
Text Example
Text Example
White with #1D0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0230; }
p { color: rgb(29,2,48); }
H1.HeaderClassName
{
color: #1D0230;
}
.AnyTagClassName
{
color: #1D0230;
}
</style>
background-color css
<style>
a { background-color: #1D0230; }
a { background-color: rgb(29,2,48); }
div.DivClassName
{
background-color: #1D0230;
}
.BgClassName
{
background-color: #1D0230;
}
</style>
border-color css
<style>
span { border-color: #1D0230; }
span { border-color: rgb(29,2,48); }
td.TdClassName
{
border-color: #1D0230;
}
.TagClassName
{
border-color: #1D0230;
}
</style>