Shades of Blackcurrant #1D092E
Tints of Blackcurrant #1D092E
RGB
CMYK
RGB Variations
Color information
#1D092E (or 0x1D092E) is known color: Blackcurrant. HEX triplet: 1D, 09 and 2E. RGB value is (29,9,46). Sum of RGB (Red+Green+Blue) = 29+9+46=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #1D092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D092E is #E2F6D1. Grayscale: #131313. Windows color (decimal): -14874322 or 3016989. OLE color: 3016989.
HSL color Cylindrical-coordinate representation of color #1D092E: hue angle of 272.43º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D092E is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 9 | 46 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.82 |
| HSL | 272.43º | 0.67% | 0.11% | - |
| HSV(B) | 272.43º | 0.8% | 0.18% | - |
| XYZ | 1.1 | 0.65 | 2.65 | - |
| YUV | 19.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 46 | 0.37 | 0.80 | 0 | 0.82 | 272.43 | 0.67 | 0.11 |
| Hex | 1D | 9 | 2E | 25 | 50 | 0 | 52 | 110 | 43 | B |
| Octal | 35 | 11 | 56 | 45 | 120 | 0 | 122 | 420 | 103 | 13 |
| Binary | 11101 | 1001 | 101110 | 100101 | 1010000 | 0 | 1010010 | 100010000 | 1000011 | 1011 |
Color Harmonies of #1D092E
Complementary color
Monochromatic Colors of #1D092E
Black with #1D092E
Text Example
Text Example
White with #1D092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D092E; }
p { color: rgb(29,9,46); }
H1.HeaderClassName
{
color: #1D092E;
}
.AnyTagClassName
{
color: #1D092E;
}
</style>
background-color css
<style>
a { background-color: #1D092E; }
a { background-color: rgb(29,9,46); }
div.DivClassName
{
background-color: #1D092E;
}
.BgClassName
{
background-color: #1D092E;
}
</style>
border-color css
<style>
span { border-color: #1D092E; }
span { border-color: rgb(29,9,46); }
td.TdClassName
{
border-color: #1D092E;
}
.TagClassName
{
border-color: #1D092E;
}
</style>