Shades of Blackcurrant #1D0343
Tints of Blackcurrant #1D0343
RGB
CMYK
RGB Variations
Color information
#1D0343 (or 0x1D0343) is known color: Blackcurrant. HEX triplet: 1D, 03 and 43. RGB value is (29,3,67). Sum of RGB (Red+Green+Blue) = 29+3+67=99 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29.29% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 67 (26.56% from 255 or 67.68% from 99); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0343 is #E2FCBC. Grayscale: #111111. Windows color (decimal): -14875837 or 4391709. OLE color: 4391709.
HSL color Cylindrical-coordinate representation of color #1D0343: hue angle of 264.38º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0343 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 3 | 67 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.74 |
| HSL | 264.38º | 0.91% | 0.14% | - |
| HSV(B) | 264.38º | 0.96% | 0.26% | - |
| XYZ | 1.55 | 0.73 | 5.37 | - |
| YUV | 18.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 67 | 0.57 | 0.96 | 0 | 0.74 | 264.38 | 0.91 | 0.14 |
| Hex | 1D | 3 | 43 | 39 | 60 | 0 | 4A | 108 | 5B | E |
| Octal | 35 | 3 | 103 | 71 | 140 | 0 | 112 | 410 | 133 | 16 |
| Binary | 11101 | 11 | 1000011 | 111001 | 1100000 | 0 | 1001010 | 100001000 | 1011011 | 1110 |
Color Harmonies of #1D0343
Complementary color
Monochromatic Colors of #1D0343
Black with #1D0343
Text Example
Text Example
White with #1D0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0343; }
p { color: rgb(29,3,67); }
H1.HeaderClassName
{
color: #1D0343;
}
.AnyTagClassName
{
color: #1D0343;
}
</style>
background-color css
<style>
a { background-color: #1D0343; }
a { background-color: rgb(29,3,67); }
div.DivClassName
{
background-color: #1D0343;
}
.BgClassName
{
background-color: #1D0343;
}
</style>
border-color css
<style>
span { border-color: #1D0343; }
span { border-color: rgb(29,3,67); }
td.TdClassName
{
border-color: #1D0343;
}
.TagClassName
{
border-color: #1D0343;
}
</style>