Shades of Blackcurrant #1D092D
Tints of Blackcurrant #1D092D
RGB
CMYK
RGB Variations
Color information
#1D092D (or 0x1D092D) is known color: Blackcurrant. HEX triplet: 1D, 09 and 2D. RGB value is (29,9,45). Sum of RGB (Red+Green+Blue) = 29+9+45=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D092D is #E2F6D2. Grayscale: #121212. Windows color (decimal): -14874323 or 2951453. OLE color: 2951453.
HSL color Cylindrical-coordinate representation of color #1D092D: hue angle of 273.33º 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 #1D092D is Cyan = 0.36, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 9 | 45 | - |
| CMYK | 0.36 | 0.8 | 0 | 0.82 |
| HSL | 273.33º | 0.67% | 0.11% | - |
| HSV(B) | 273.33º | 0.8% | 0.18% | - |
| XYZ | 1.08 | 0.65 | 2.55 | - |
| YUV | 19.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 45 | 0.36 | 0.8 | 0 | 0.82 | 273.33 | 0.67 | 0.11 |
| Hex | 1D | 9 | 2D | 24 | 50 | 0 | 52 | 111 | 43 | B |
| Octal | 35 | 11 | 55 | 44 | 120 | 0 | 122 | 421 | 103 | 13 |
| Binary | 11101 | 1001 | 101101 | 100100 | 1010000 | 0 | 1010010 | 100010001 | 1000011 | 1011 |
Color Harmonies of #1D092D
Complementary color
Monochromatic Colors of #1D092D
Black with #1D092D
Text Example
Text Example
White with #1D092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D092D; }
p { color: rgb(29,9,45); }
H1.HeaderClassName
{
color: #1D092D;
}
.AnyTagClassName
{
color: #1D092D;
}
</style>
background-color css
<style>
a { background-color: #1D092D; }
a { background-color: rgb(29,9,45); }
div.DivClassName
{
background-color: #1D092D;
}
.BgClassName
{
background-color: #1D092D;
}
</style>
border-color css
<style>
span { border-color: #1D092D; }
span { border-color: rgb(29,9,45); }
td.TdClassName
{
border-color: #1D092D;
}
.TagClassName
{
border-color: #1D092D;
}
</style>