Shades of Blackcurrant #1D093B
Tints of Blackcurrant #1D093B
RGB
CMYK
RGB Variations
Color information
#1D093B (or 0x1D093B) is known color: Blackcurrant. HEX triplet: 1D, 09 and 3B. RGB value is (29,9,59). Sum of RGB (Red+Green+Blue) = 29+9+59=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #1D093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D093B is #E2F6C4. Grayscale: #141414. Windows color (decimal): -14874309 or 3868957. OLE color: 3868957.
HSL color Cylindrical-coordinate representation of color #1D093B: hue angle of 264º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D093B is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 9 | 59 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.77 |
| HSL | 264º | 0.74% | 0.13% | - |
| HSV(B) | 264º | 0.85% | 0.23% | - |
| XYZ | 1.39 | 0.77 | 4.21 | - |
| YUV | 20.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 59 | 0.51 | 0.85 | 0 | 0.77 | 264 | 0.74 | 0.13 |
| Hex | 1D | 9 | 3B | 33 | 55 | 0 | 4D | 108 | 4A | D |
| Octal | 35 | 11 | 73 | 63 | 125 | 0 | 115 | 410 | 112 | 15 |
| Binary | 11101 | 1001 | 111011 | 110011 | 1010101 | 0 | 1001101 | 100001000 | 1001010 | 1101 |
Color Harmonies of #1D093B
Complementary color
Monochromatic Colors of #1D093B
Black with #1D093B
Text Example
Text Example
White with #1D093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D093B; }
p { color: rgb(29,9,59); }
H1.HeaderClassName
{
color: #1D093B;
}
.AnyTagClassName
{
color: #1D093B;
}
</style>
background-color css
<style>
a { background-color: #1D093B; }
a { background-color: rgb(29,9,59); }
div.DivClassName
{
background-color: #1D093B;
}
.BgClassName
{
background-color: #1D093B;
}
</style>
border-color css
<style>
span { border-color: #1D093B; }
span { border-color: rgb(29,9,59); }
td.TdClassName
{
border-color: #1D093B;
}
.TagClassName
{
border-color: #1D093B;
}
</style>