Shades of Blackcurrant #160C18
Tints of Blackcurrant #160C18
RGB
CMYK
RGB Variations
Color information
#160C18 (or 0x160C18) is known color: Blackcurrant. HEX triplet: 16, 0C and 18. RGB value is (22,12,24). Sum of RGB (Red+Green+Blue) = 22+12+24=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: blue. Hex color #160C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160C18 is #E9F3E7. Grayscale: #101010. Windows color (decimal): -15332328 or 1575958. OLE color: 1575958.
HSL color Cylindrical-coordinate representation of color #160C18: hue angle of 290º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #160C18 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 12 | 24 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.91 |
| HSL | 290º | 0.33% | 0.07% | - |
| HSV(B) | 290º | 0.5% | 0.09% | - |
| XYZ | 0.63 | 0.5 | 0.93 | - |
| YUV | 16.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 24 | 0.08 | 0.50 | 0 | 0.91 | 290 | 0.33 | 0.07 |
| Hex | 16 | C | 18 | 8 | 32 | 0 | 5B | 122 | 21 | 7 |
| Octal | 26 | 14 | 30 | 10 | 62 | 0 | 133 | 442 | 41 | 7 |
| Binary | 10110 | 1100 | 11000 | 1000 | 110010 | 0 | 1011011 | 100100010 | 100001 | 111 |
Color Harmonies of #160C18
Complementary color
Monochromatic Colors of #160C18
Black with #160C18
Text Example
Text Example
White with #160C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160C18; }
p { color: rgb(22,12,24); }
H1.HeaderClassName
{
color: #160C18;
}
.AnyTagClassName
{
color: #160C18;
}
</style>
background-color css
<style>
a { background-color: #160C18; }
a { background-color: rgb(22,12,24); }
div.DivClassName
{
background-color: #160C18;
}
.BgClassName
{
background-color: #160C18;
}
</style>
border-color css
<style>
span { border-color: #160C18; }
span { border-color: rgb(22,12,24); }
td.TdClassName
{
border-color: #160C18;
}
.TagClassName
{
border-color: #160C18;
}
</style>