Shades of Blackcurrant #1C052B
Tints of Blackcurrant #1C052B
RGB
CMYK
RGB Variations
Color information
#1C052B (or 0x1C052B) is known color: Blackcurrant. HEX triplet: 1C, 05 and 2B. RGB value is (28,5,43). Sum of RGB (Red+Green+Blue) = 28+5+43=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #1C052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C052B is #E3FAD4. Grayscale: #101010. Windows color (decimal): -14940885 or 2819356. OLE color: 2819356.
HSL color Cylindrical-coordinate representation of color #1C052B: hue angle of 276.32º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C052B is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 28 | 5 | 43 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.83 |
| HSL | 276.32º | 0.79% | 0.09% | - |
| HSV(B) | 276.32º | 0.88% | 0.17% | - |
| XYZ | 0.97 | 0.53 | 2.34 | - |
| YUV | 16.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 43 | 0.35 | 0.88 | 0 | 0.83 | 276.32 | 0.79 | 0.09 |
| Hex | 1C | 5 | 2B | 23 | 58 | 0 | 53 | 114 | 4F | 9 |
| Octal | 34 | 5 | 53 | 43 | 130 | 0 | 123 | 424 | 117 | 11 |
| Binary | 11100 | 101 | 101011 | 100011 | 1011000 | 0 | 1010011 | 100010100 | 1001111 | 1001 |
Color Harmonies of #1C052B
Complementary color
Monochromatic Colors of #1C052B
Black with #1C052B
Text Example
Text Example
White with #1C052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C052B; }
p { color: rgb(28,5,43); }
H1.HeaderClassName
{
color: #1C052B;
}
.AnyTagClassName
{
color: #1C052B;
}
</style>
background-color css
<style>
a { background-color: #1C052B; }
a { background-color: rgb(28,5,43); }
div.DivClassName
{
background-color: #1C052B;
}
.BgClassName
{
background-color: #1C052B;
}
</style>
border-color css
<style>
span { border-color: #1C052B; }
span { border-color: rgb(28,5,43); }
td.TdClassName
{
border-color: #1C052B;
}
.TagClassName
{
border-color: #1C052B;
}
</style>