Shades of Blackcurrant #1C122B
Tints of Blackcurrant #1C122B
RGB
CMYK
RGB Variations
Color information
#1C122B (or 0x1C122B) is known color: Blackcurrant. HEX triplet: 1C, 12 and 2B. RGB value is (28,18,43). Sum of RGB (Red+Green+Blue) = 28+18+43=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #1C122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C122B is #E3EDD4. Grayscale: #171717. Windows color (decimal): -14937557 or 2822684. OLE color: 2822684.
HSL color Cylindrical-coordinate representation of color #1C122B: hue angle of 264º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C122B is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 28 | 18 | 43 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.83 |
| HSL | 264º | 0.41% | 0.12% | - |
| HSV(B) | 264º | 0.58% | 0.17% | - |
| XYZ | 1.13 | 0.85 | 2.39 | - |
| YUV | 23.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 18 | 43 | 0.35 | 0.58 | 0 | 0.83 | 264 | 0.41 | 0.12 |
| Hex | 1C | 12 | 2B | 23 | 3A | 0 | 53 | 108 | 29 | C |
| Octal | 34 | 22 | 53 | 43 | 72 | 0 | 123 | 410 | 51 | 14 |
| Binary | 11100 | 10010 | 101011 | 100011 | 111010 | 0 | 1010011 | 100001000 | 101001 | 1100 |
Color Harmonies of #1C122B
Complementary color
Monochromatic Colors of #1C122B
Black with #1C122B
Text Example
Text Example
White with #1C122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C122B; }
p { color: rgb(28,18,43); }
H1.HeaderClassName
{
color: #1C122B;
}
.AnyTagClassName
{
color: #1C122B;
}
</style>
background-color css
<style>
a { background-color: #1C122B; }
a { background-color: rgb(28,18,43); }
div.DivClassName
{
background-color: #1C122B;
}
.BgClassName
{
background-color: #1C122B;
}
</style>
border-color css
<style>
span { border-color: #1C122B; }
span { border-color: rgb(28,18,43); }
td.TdClassName
{
border-color: #1C122B;
}
.TagClassName
{
border-color: #1C122B;
}
</style>