Shades of Blackcurrant #1C1622
Tints of Blackcurrant #1C1622
RGB
CMYK
RGB Variations
Color information
#1C1622 (or 0x1C1622) is known color: Blackcurrant. HEX triplet: 1C, 16 and 22. RGB value is (28,22,34). Sum of RGB (Red+Green+Blue) = 28+22+34=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 34 - color contains mainly: blue. Hex color #1C1622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1622 is #E3E9DD. Grayscale: #191919. Windows color (decimal): -14936542 or 2233884. OLE color: 2233884.
HSL color Cylindrical-coordinate representation of color #1C1622: hue angle of 270º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1C1622 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 22 | 34 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.87 |
| HSL | 270º | 0.21% | 0.11% | - |
| HSV(B) | 270º | 0.35% | 0.13% | - |
| XYZ | 1.05 | 0.94 | 1.64 | - |
| YUV | 25.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 34 | 0.18 | 0.35 | 0 | 0.87 | 270 | 0.21 | 0.11 |
| Hex | 1C | 16 | 22 | 12 | 23 | 0 | 57 | 10E | 15 | B |
| Octal | 34 | 26 | 42 | 22 | 43 | 0 | 127 | 416 | 25 | 13 |
| Binary | 11100 | 10110 | 100010 | 10010 | 100011 | 0 | 1010111 | 100001110 | 10101 | 1011 |
Color Harmonies of #1C1622
Complementary color
Monochromatic Colors of #1C1622
Black with #1C1622
Text Example
Text Example
White with #1C1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1622; }
p { color: rgb(28,22,34); }
H1.HeaderClassName
{
color: #1C1622;
}
.AnyTagClassName
{
color: #1C1622;
}
</style>
background-color css
<style>
a { background-color: #1C1622; }
a { background-color: rgb(28,22,34); }
div.DivClassName
{
background-color: #1C1622;
}
.BgClassName
{
background-color: #1C1622;
}
</style>
border-color css
<style>
span { border-color: #1C1622; }
span { border-color: rgb(28,22,34); }
td.TdClassName
{
border-color: #1C1622;
}
.TagClassName
{
border-color: #1C1622;
}
</style>