Shades of Blackcurrant #1C1722
Tints of Blackcurrant #1C1722
RGB
CMYK
RGB Variations
Color information
#1C1722 (or 0x1C1722) is known color: Blackcurrant. HEX triplet: 1C, 17 and 22. RGB value is (28,23,34). Sum of RGB (Red+Green+Blue) = 28+23+34=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 34 - color contains mainly: blue. Hex color #1C1722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1722 is #E3E8DD. Grayscale: #191919. Windows color (decimal): -14936286 or 2234140. OLE color: 2234140.
HSL color Cylindrical-coordinate representation of color #1C1722: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C1722 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 23 | 34 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.87 |
| HSL | 267.27º | 0.19% | 0.11% | - |
| HSV(B) | 267.27º | 0.32% | 0.13% | - |
| XYZ | 1.07 | 0.98 | 1.64 | - |
| YUV | 25.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 34 | 0.18 | 0.32 | 0 | 0.87 | 267.27 | 0.19 | 0.11 |
| Hex | 1C | 17 | 22 | 12 | 20 | 0 | 57 | 10B | 13 | B |
| Octal | 34 | 27 | 42 | 22 | 40 | 0 | 127 | 413 | 23 | 13 |
| Binary | 11100 | 10111 | 100010 | 10010 | 100000 | 0 | 1010111 | 100001011 | 10011 | 1011 |
Color Harmonies of #1C1722
Complementary color
Monochromatic Colors of #1C1722
Black with #1C1722
Text Example
Text Example
White with #1C1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1722; }
p { color: rgb(28,23,34); }
H1.HeaderClassName
{
color: #1C1722;
}
.AnyTagClassName
{
color: #1C1722;
}
</style>
background-color css
<style>
a { background-color: #1C1722; }
a { background-color: rgb(28,23,34); }
div.DivClassName
{
background-color: #1C1722;
}
.BgClassName
{
background-color: #1C1722;
}
</style>
border-color css
<style>
span { border-color: #1C1722; }
span { border-color: rgb(28,23,34); }
td.TdClassName
{
border-color: #1C1722;
}
.TagClassName
{
border-color: #1C1722;
}
</style>