Shades of Blackcurrant #1D092B
Tints of Blackcurrant #1D092B
RGB
CMYK
RGB Variations
Color information
#1D092B (or 0x1D092B) is known color: Blackcurrant. HEX triplet: 1D, 09 and 2B. RGB value is (29,9,43). Sum of RGB (Red+Green+Blue) = 29+9+43=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D092B is #E2F6D4. Grayscale: #121212. Windows color (decimal): -14874325 or 2820381. OLE color: 2820381.
HSL color Cylindrical-coordinate representation of color #1D092B: hue angle of 275.29º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D092B is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 9 | 43 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.83 |
| HSL | 275.29º | 0.65% | 0.1% | - |
| HSV(B) | 275.29º | 0.79% | 0.17% | - |
| XYZ | 1.04 | 0.63 | 2.35 | - |
| YUV | 18.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 43 | 0.33 | 0.79 | 0 | 0.83 | 275.29 | 0.65 | 0.1 |
| Hex | 1D | 9 | 2B | 21 | 4F | 0 | 53 | 113 | 41 | A |
| Octal | 35 | 11 | 53 | 41 | 117 | 0 | 123 | 423 | 101 | 12 |
| Binary | 11101 | 1001 | 101011 | 100001 | 1001111 | 0 | 1010011 | 100010011 | 1000001 | 1010 |
Color Harmonies of #1D092B
Complementary color
Monochromatic Colors of #1D092B
Black with #1D092B
Text Example
Text Example
White with #1D092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D092B; }
p { color: rgb(29,9,43); }
H1.HeaderClassName
{
color: #1D092B;
}
.AnyTagClassName
{
color: #1D092B;
}
</style>
background-color css
<style>
a { background-color: #1D092B; }
a { background-color: rgb(29,9,43); }
div.DivClassName
{
background-color: #1D092B;
}
.BgClassName
{
background-color: #1D092B;
}
</style>
border-color css
<style>
span { border-color: #1D092B; }
span { border-color: rgb(29,9,43); }
td.TdClassName
{
border-color: #1D092B;
}
.TagClassName
{
border-color: #1D092B;
}
</style>