Shades of Blackcurrant #1D0939
Tints of Blackcurrant #1D0939
RGB
CMYK
RGB Variations
Color information
#1D0939 (or 0x1D0939) is known color: Blackcurrant. HEX triplet: 1D, 09 and 39. RGB value is (29,9,57). Sum of RGB (Red+Green+Blue) = 29+9+57=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #1D0939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0939 is #E2F6C6. Grayscale: #141414. Windows color (decimal): -14874311 or 3737885. OLE color: 3737885.
HSL color Cylindrical-coordinate representation of color #1D0939: hue angle of 265º degrees, saturation: 0.73, 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 #1D0939 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 9 | 57 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.78 |
| HSL | 265º | 0.73% | 0.13% | - |
| HSV(B) | 265º | 0.84% | 0.22% | - |
| XYZ | 1.34 | 0.75 | 3.95 | - |
| YUV | 20.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 57 | 0.49 | 0.84 | 0 | 0.78 | 265 | 0.73 | 0.13 |
| Hex | 1D | 9 | 39 | 31 | 54 | 0 | 4E | 109 | 49 | D |
| Octal | 35 | 11 | 71 | 61 | 124 | 0 | 116 | 411 | 111 | 15 |
| Binary | 11101 | 1001 | 111001 | 110001 | 1010100 | 0 | 1001110 | 100001001 | 1001001 | 1101 |
Color Harmonies of #1D0939
Complementary color
Monochromatic Colors of #1D0939
Black with #1D0939
Text Example
Text Example
White with #1D0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0939; }
p { color: rgb(29,9,57); }
H1.HeaderClassName
{
color: #1D0939;
}
.AnyTagClassName
{
color: #1D0939;
}
</style>
background-color css
<style>
a { background-color: #1D0939; }
a { background-color: rgb(29,9,57); }
div.DivClassName
{
background-color: #1D0939;
}
.BgClassName
{
background-color: #1D0939;
}
</style>
border-color css
<style>
span { border-color: #1D0939; }
span { border-color: rgb(29,9,57); }
td.TdClassName
{
border-color: #1D0939;
}
.TagClassName
{
border-color: #1D0939;
}
</style>