Shades of Blackcurrant #1C0929
Tints of Blackcurrant #1C0929
RGB
CMYK
RGB Variations
Color information
#1C0929 (or 0x1C0929) is known color: Blackcurrant. HEX triplet: 1C, 09 and 29. RGB value is (28,9,41). Sum of RGB (Red+Green+Blue) = 28+9+41=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C0929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0929 is #E3F6D6. Grayscale: #121212. Windows color (decimal): -14939863 or 2689308. OLE color: 2689308.
HSL color Cylindrical-coordinate representation of color #1C0929: hue angle of 275.62º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C0929 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 9 | 41 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.84 |
| HSL | 275.63º | 0.64% | 0.1% | - |
| HSV(B) | 275.63º | 0.78% | 0.16% | - |
| XYZ | 0.98 | 0.6 | 2.16 | - |
| YUV | 18.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 41 | 0.32 | 0.78 | 0 | 0.84 | 275.63 | 0.64 | 0.1 |
| Hex | 1C | 9 | 29 | 20 | 4E | 0 | 54 | 114 | 40 | A |
| Octal | 34 | 11 | 51 | 40 | 116 | 0 | 124 | 424 | 100 | 12 |
| Binary | 11100 | 1001 | 101001 | 100000 | 1001110 | 0 | 1010100 | 100010100 | 1000000 | 1010 |
Color Harmonies of #1C0929
Complementary color
Monochromatic Colors of #1C0929
Black with #1C0929
Text Example
Text Example
White with #1C0929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0929; }
p { color: rgb(28,9,41); }
H1.HeaderClassName
{
color: #1C0929;
}
.AnyTagClassName
{
color: #1C0929;
}
</style>
background-color css
<style>
a { background-color: #1C0929; }
a { background-color: rgb(28,9,41); }
div.DivClassName
{
background-color: #1C0929;
}
.BgClassName
{
background-color: #1C0929;
}
</style>
border-color css
<style>
span { border-color: #1C0929; }
span { border-color: rgb(28,9,41); }
td.TdClassName
{
border-color: #1C0929;
}
.TagClassName
{
border-color: #1C0929;
}
</style>