Shades of Blackcurrant #140827
Tints of Blackcurrant #140827
RGB
CMYK
RGB Variations
Color information
#140827 (or 0x140827) is known color: Blackcurrant. HEX triplet: 14, 08 and 27. RGB value is (20,8,39). Sum of RGB (Red+Green+Blue) = 20+8+39=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #140827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140827 is #EBF7D8. Grayscale: #0F0F0F. Windows color (decimal): -15464409 or 2557972. OLE color: 2557972.
HSL color Cylindrical-coordinate representation of color #140827: hue angle of 263.23º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #140827 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 8 | 39 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.85 |
| HSL | 263.23º | 0.66% | 0.09% | - |
| HSV(B) | 263.23º | 0.79% | 0.15% | - |
| XYZ | 0.74 | 0.47 | 1.97 | - |
| YUV | 15.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 39 | 0.49 | 0.79 | 0 | 0.85 | 263.23 | 0.66 | 0.09 |
| Hex | 14 | 8 | 27 | 31 | 4F | 0 | 55 | 107 | 42 | 9 |
| Octal | 24 | 10 | 47 | 61 | 117 | 0 | 125 | 407 | 102 | 11 |
| Binary | 10100 | 1000 | 100111 | 110001 | 1001111 | 0 | 1010101 | 100000111 | 1000010 | 1001 |
Color Harmonies of #140827
Complementary color
Monochromatic Colors of #140827
Black with #140827
Text Example
Text Example
White with #140827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140827; }
p { color: rgb(20,8,39); }
H1.HeaderClassName
{
color: #140827;
}
.AnyTagClassName
{
color: #140827;
}
</style>
background-color css
<style>
a { background-color: #140827; }
a { background-color: rgb(20,8,39); }
div.DivClassName
{
background-color: #140827;
}
.BgClassName
{
background-color: #140827;
}
</style>
border-color css
<style>
span { border-color: #140827; }
span { border-color: rgb(20,8,39); }
td.TdClassName
{
border-color: #140827;
}
.TagClassName
{
border-color: #140827;
}
</style>