Shades of Blackcurrant #1D004A
Tints of Blackcurrant #1D004A
RGB
CMYK
RGB Variations
Color information
#1D004A (or 0x1D004A) is known color: Blackcurrant. HEX triplet: 1D, 00 and 4A. RGB value is (29,0,74). Sum of RGB (Red+Green+Blue) = 29+0+74=103 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.16% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 74 (29.30% from 255 or 71.84% from 103); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D004A is #E2FFB5. Grayscale: #101010. Windows color (decimal): -14876598 or 4849693. OLE color: 4849693.
HSL color Cylindrical-coordinate representation of color #1D004A: hue angle of 263.51º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D004A is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 0 | 74 | - |
| CMYK | 0.61 | 1 | 0 | 0.71 |
| HSL | 263.51º | 1% | 0.15% | - |
| HSV(B) | 263.51º | 1% | 0.29% | - |
| XYZ | 1.74 | 0.76 | 6.53 | - |
| YUV | 17.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 74 | 0.61 | 1 | 0 | 0.71 | 263.51 | 1 | 0.15 |
| Hex | 1D | 0 | 4A | 3D | 64 | 0 | 47 | 108 | 64 | F |
| Octal | 35 | 0 | 112 | 75 | 144 | 0 | 107 | 410 | 144 | 17 |
| Binary | 11101 | 0 | 1001010 | 111101 | 1100100 | 0 | 1000111 | 100001000 | 1100100 | 1111 |
Color Harmonies of #1D004A
Complementary color
Monochromatic Colors of #1D004A
Black with #1D004A
Text Example
Text Example
White with #1D004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D004A; }
p { color: rgb(29,0,74); }
H1.HeaderClassName
{
color: #1D004A;
}
.AnyTagClassName
{
color: #1D004A;
}
</style>
background-color css
<style>
a { background-color: #1D004A; }
a { background-color: rgb(29,0,74); }
div.DivClassName
{
background-color: #1D004A;
}
.BgClassName
{
background-color: #1D004A;
}
</style>
border-color css
<style>
span { border-color: #1D004A; }
span { border-color: rgb(29,0,74); }
td.TdClassName
{
border-color: #1D004A;
}
.TagClassName
{
border-color: #1D004A;
}
</style>