Shades of Blackcurrant #1D0937
Tints of Blackcurrant #1D0937
RGB
CMYK
RGB Variations
Color information
#1D0937 (or 0x1D0937) is known color: Blackcurrant. HEX triplet: 1D, 09 and 37. RGB value is (29,9,55). Sum of RGB (Red+Green+Blue) = 29+9+55=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0937 is #E2F6C8. Grayscale: #141414. Windows color (decimal): -14874313 or 3606813. OLE color: 3606813.
HSL color Cylindrical-coordinate representation of color #1D0937: hue angle of 266.09º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D0937 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 9 | 55 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.78 |
| HSL | 266.09º | 0.72% | 0.13% | - |
| HSV(B) | 266.09º | 0.84% | 0.22% | - |
| XYZ | 1.29 | 0.73 | 3.69 | - |
| YUV | 20.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 55 | 0.47 | 0.84 | 0 | 0.78 | 266.09 | 0.72 | 0.13 |
| Hex | 1D | 9 | 37 | 2F | 54 | 0 | 4E | 10A | 48 | D |
| Octal | 35 | 11 | 67 | 57 | 124 | 0 | 116 | 412 | 110 | 15 |
| Binary | 11101 | 1001 | 110111 | 101111 | 1010100 | 0 | 1001110 | 100001010 | 1001000 | 1101 |
Color Harmonies of #1D0937
Complementary color
Monochromatic Colors of #1D0937
Black with #1D0937
Text Example
Text Example
White with #1D0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0937; }
p { color: rgb(29,9,55); }
H1.HeaderClassName
{
color: #1D0937;
}
.AnyTagClassName
{
color: #1D0937;
}
</style>
background-color css
<style>
a { background-color: #1D0937; }
a { background-color: rgb(29,9,55); }
div.DivClassName
{
background-color: #1D0937;
}
.BgClassName
{
background-color: #1D0937;
}
</style>
border-color css
<style>
span { border-color: #1D0937; }
span { border-color: rgb(29,9,55); }
td.TdClassName
{
border-color: #1D0937;
}
.TagClassName
{
border-color: #1D0937;
}
</style>