Shades of Blackcurrant #1D0231
Tints of Blackcurrant #1D0231
RGB
CMYK
RGB Variations
Color information
#1D0231 (or 0x1D0231) is known color: Blackcurrant. HEX triplet: 1D, 02 and 31. RGB value is (29,2,49). Sum of RGB (Red+Green+Blue) = 29+2+49=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D0231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0231 is #E2FDCE. Grayscale: #0F0F0F. Windows color (decimal): -14876111 or 3211805. OLE color: 3211805.
HSL color Cylindrical-coordinate representation of color #1D0231: hue angle of 274.47º 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 #1D0231 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 2 | 49 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.81 |
| HSL | 274.47º | 0.92% | 0.1% | - |
| HSV(B) | 274.47º | 0.96% | 0.19% | - |
| XYZ | 1.08 | 0.53 | 2.95 | - |
| YUV | 15.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 49 | 0.41 | 0.96 | 0 | 0.81 | 274.47 | 0.92 | 0.1 |
| Hex | 1D | 2 | 31 | 29 | 60 | 0 | 51 | 112 | 5C | A |
| Octal | 35 | 2 | 61 | 51 | 140 | 0 | 121 | 422 | 134 | 12 |
| Binary | 11101 | 10 | 110001 | 101001 | 1100000 | 0 | 1010001 | 100010010 | 1011100 | 1010 |
Color Harmonies of #1D0231
Complementary color
Monochromatic Colors of #1D0231
Black with #1D0231
Text Example
Text Example
White with #1D0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0231; }
p { color: rgb(29,2,49); }
H1.HeaderClassName
{
color: #1D0231;
}
.AnyTagClassName
{
color: #1D0231;
}
</style>
background-color css
<style>
a { background-color: #1D0231; }
a { background-color: rgb(29,2,49); }
div.DivClassName
{
background-color: #1D0231;
}
.BgClassName
{
background-color: #1D0231;
}
</style>
border-color css
<style>
span { border-color: #1D0231; }
span { border-color: rgb(29,2,49); }
td.TdClassName
{
border-color: #1D0231;
}
.TagClassName
{
border-color: #1D0231;
}
</style>