Shades of Blackcurrant #1C0B24
Tints of Blackcurrant #1C0B24
RGB
CMYK
RGB Variations
Color information
#1C0B24 (or 0x1C0B24) is known color: Blackcurrant. HEX triplet: 1C, 0B and 24. RGB value is (28,11,36). Sum of RGB (Red+Green+Blue) = 28+11+36=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #1C0B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0B24 is #E3F4DB. Grayscale: #121212. Windows color (decimal): -14939356 or 2362140. OLE color: 2362140.
HSL color Cylindrical-coordinate representation of color #1C0B24: hue angle of 280.8º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C0B24 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 11 | 36 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.86 |
| HSL | 280.8º | 0.53% | 0.09% | - |
| HSV(B) | 280.8º | 0.69% | 0.14% | - |
| XYZ | 0.92 | 0.61 | 1.74 | - |
| YUV | 18.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 11 | 36 | 0.22 | 0.69 | 0 | 0.86 | 280.8 | 0.53 | 0.09 |
| Hex | 1C | B | 24 | 16 | 45 | 0 | 56 | 119 | 35 | 9 |
| Octal | 34 | 13 | 44 | 26 | 105 | 0 | 126 | 431 | 65 | 11 |
| Binary | 11100 | 1011 | 100100 | 10110 | 1000101 | 0 | 1010110 | 100011001 | 110101 | 1001 |
Color Harmonies of #1C0B24
Complementary color
Monochromatic Colors of #1C0B24
Black with #1C0B24
Text Example
Text Example
White with #1C0B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0B24; }
p { color: rgb(28,11,36); }
H1.HeaderClassName
{
color: #1C0B24;
}
.AnyTagClassName
{
color: #1C0B24;
}
</style>
background-color css
<style>
a { background-color: #1C0B24; }
a { background-color: rgb(28,11,36); }
div.DivClassName
{
background-color: #1C0B24;
}
.BgClassName
{
background-color: #1C0B24;
}
</style>
border-color css
<style>
span { border-color: #1C0B24; }
span { border-color: rgb(28,11,36); }
td.TdClassName
{
border-color: #1C0B24;
}
.TagClassName
{
border-color: #1C0B24;
}
</style>