Shades of Blackcurrant #140223
Tints of Blackcurrant #140223
RGB
CMYK
RGB Variations
Color information
#140223 (or 0x140223) is known color: Blackcurrant. HEX triplet: 14, 02 and 23. RGB value is (20,2,35). Sum of RGB (Red+Green+Blue) = 20+2+35=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #140223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140223 is #EBFDDC. Grayscale: #0B0B0B. Windows color (decimal): -15465949 or 2294292. OLE color: 2294292.
HSL color Cylindrical-coordinate representation of color #140223: hue angle of 272.73º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140223 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 2 | 35 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.86 |
| HSL | 272.73º | 0.89% | 0.07% | - |
| HSV(B) | 272.73º | 0.94% | 0.14% | - |
| XYZ | 0.61 | 0.31 | 1.62 | - |
| YUV | 11.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 35 | 0.43 | 0.94 | 0 | 0.86 | 272.73 | 0.89 | 0.07 |
| Hex | 14 | 2 | 23 | 2B | 5E | 0 | 56 | 111 | 59 | 7 |
| Octal | 24 | 2 | 43 | 53 | 136 | 0 | 126 | 421 | 131 | 7 |
| Binary | 10100 | 10 | 100011 | 101011 | 1011110 | 0 | 1010110 | 100010001 | 1011001 | 111 |
Color Harmonies of #140223
Complementary color
Monochromatic Colors of #140223
Black with #140223
Text Example
Text Example
White with #140223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140223; }
p { color: rgb(20,2,35); }
H1.HeaderClassName
{
color: #140223;
}
.AnyTagClassName
{
color: #140223;
}
</style>
background-color css
<style>
a { background-color: #140223; }
a { background-color: rgb(20,2,35); }
div.DivClassName
{
background-color: #140223;
}
.BgClassName
{
background-color: #140223;
}
</style>
border-color css
<style>
span { border-color: #140223; }
span { border-color: rgb(20,2,35); }
td.TdClassName
{
border-color: #140223;
}
.TagClassName
{
border-color: #140223;
}
</style>