Shades of Blackcurrant #1D0330
Tints of Blackcurrant #1D0330
RGB
CMYK
RGB Variations
Color information
#1D0330 (or 0x1D0330) is known color: Blackcurrant. HEX triplet: 1D, 03 and 30. RGB value is (29,3,48). Sum of RGB (Red+Green+Blue) = 29+3+48=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D0330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0330 is #E2FCCF. Grayscale: #0F0F0F. Windows color (decimal): -14875856 or 3146525. OLE color: 3146525.
HSL color Cylindrical-coordinate representation of color #1D0330: hue angle of 274.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0330 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 3 | 48 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.81 |
| HSL | 274.67º | 0.88% | 0.1% | - |
| HSV(B) | 274.67º | 0.94% | 0.19% | - |
| XYZ | 1.07 | 0.54 | 2.84 | - |
| YUV | 15.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 48 | 0.40 | 0.94 | 0 | 0.81 | 274.67 | 0.88 | 0.1 |
| Hex | 1D | 3 | 30 | 28 | 5E | 0 | 51 | 113 | 58 | A |
| Octal | 35 | 3 | 60 | 50 | 136 | 0 | 121 | 423 | 130 | 12 |
| Binary | 11101 | 11 | 110000 | 101000 | 1011110 | 0 | 1010001 | 100010011 | 1011000 | 1010 |
Color Harmonies of #1D0330
Complementary color
Monochromatic Colors of #1D0330
Black with #1D0330
Text Example
Text Example
White with #1D0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0330; }
p { color: rgb(29,3,48); }
H1.HeaderClassName
{
color: #1D0330;
}
.AnyTagClassName
{
color: #1D0330;
}
</style>
background-color css
<style>
a { background-color: #1D0330; }
a { background-color: rgb(29,3,48); }
div.DivClassName
{
background-color: #1D0330;
}
.BgClassName
{
background-color: #1D0330;
}
</style>
border-color css
<style>
span { border-color: #1D0330; }
span { border-color: rgb(29,3,48); }
td.TdClassName
{
border-color: #1D0330;
}
.TagClassName
{
border-color: #1D0330;
}
</style>