Shades of Blackcurrant #1D0137
Tints of Blackcurrant #1D0137
RGB
CMYK
RGB Variations
Color information
#1D0137 (or 0x1D0137) is known color: Blackcurrant. HEX triplet: 1D, 01 and 37. RGB value is (29,1,55). Sum of RGB (Red+Green+Blue) = 29+1+55=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0137 is #E2FEC8. Grayscale: #0F0F0F. Windows color (decimal): -14876361 or 3604765. OLE color: 3604765.
HSL color Cylindrical-coordinate representation of color #1D0137: hue angle of 271.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0137 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 1 | 55 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.78 |
| HSL | 271.11º | 0.96% | 0.11% | - |
| HSV(B) | 271.11º | 0.98% | 0.22% | - |
| XYZ | 1.21 | 0.56 | 3.66 | - |
| YUV | 15.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 55 | 0.47 | 0.98 | 0 | 0.78 | 271.11 | 0.96 | 0.11 |
| Hex | 1D | 1 | 37 | 2F | 62 | 0 | 4E | 10F | 60 | B |
| Octal | 35 | 1 | 67 | 57 | 142 | 0 | 116 | 417 | 140 | 13 |
| Binary | 11101 | 1 | 110111 | 101111 | 1100010 | 0 | 1001110 | 100001111 | 1100000 | 1011 |
Color Harmonies of #1D0137
Complementary color
Monochromatic Colors of #1D0137
Black with #1D0137
Text Example
Text Example
White with #1D0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0137; }
p { color: rgb(29,1,55); }
H1.HeaderClassName
{
color: #1D0137;
}
.AnyTagClassName
{
color: #1D0137;
}
</style>
background-color css
<style>
a { background-color: #1D0137; }
a { background-color: rgb(29,1,55); }
div.DivClassName
{
background-color: #1D0137;
}
.BgClassName
{
background-color: #1D0137;
}
</style>
border-color css
<style>
span { border-color: #1D0137; }
span { border-color: rgb(29,1,55); }
td.TdClassName
{
border-color: #1D0137;
}
.TagClassName
{
border-color: #1D0137;
}
</style>