Shades of Blackcurrant #1D0438
Tints of Blackcurrant #1D0438
RGB
CMYK
RGB Variations
Color information
#1D0438 (or 0x1D0438) is known color: Blackcurrant. HEX triplet: 1D, 04 and 38. RGB value is (29,4,56). Sum of RGB (Red+Green+Blue) = 29+4+56=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D0438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0438 is #E2FBC7. Grayscale: #111111. Windows color (decimal): -14875592 or 3671069. OLE color: 3671069.
HSL color Cylindrical-coordinate representation of color #1D0438: hue angle of 268.85º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0438 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 4 | 56 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.78 |
| HSL | 268.85º | 0.87% | 0.12% | - |
| HSV(B) | 268.85º | 0.93% | 0.22% | - |
| XYZ | 1.26 | 0.63 | 3.8 | - |
| YUV | 17.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 56 | 0.48 | 0.93 | 0 | 0.78 | 268.85 | 0.87 | 0.12 |
| Hex | 1D | 4 | 38 | 30 | 5D | 0 | 4E | 10D | 57 | C |
| Octal | 35 | 4 | 70 | 60 | 135 | 0 | 116 | 415 | 127 | 14 |
| Binary | 11101 | 100 | 111000 | 110000 | 1011101 | 0 | 1001110 | 100001101 | 1010111 | 1100 |
Color Harmonies of #1D0438
Complementary color
Monochromatic Colors of #1D0438
Black with #1D0438
Text Example
Text Example
White with #1D0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0438; }
p { color: rgb(29,4,56); }
H1.HeaderClassName
{
color: #1D0438;
}
.AnyTagClassName
{
color: #1D0438;
}
</style>
background-color css
<style>
a { background-color: #1D0438; }
a { background-color: rgb(29,4,56); }
div.DivClassName
{
background-color: #1D0438;
}
.BgClassName
{
background-color: #1D0438;
}
</style>
border-color css
<style>
span { border-color: #1D0438; }
span { border-color: rgb(29,4,56); }
td.TdClassName
{
border-color: #1D0438;
}
.TagClassName
{
border-color: #1D0438;
}
</style>