Shades of Blackcurrant #140333
Tints of Blackcurrant #140333
RGB
CMYK
RGB Variations
Color information
#140333 (or 0x140333) is known color: Blackcurrant. HEX triplet: 14, 03 and 33. RGB value is (20,3,51). Sum of RGB (Red+Green+Blue) = 20+3+51=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #140333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140333 is #EBFCCC. Grayscale: #0D0D0D. Windows color (decimal): -15465677 or 3343124. OLE color: 3343124.
HSL color Cylindrical-coordinate representation of color #140333: hue angle of 261.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140333 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 3 | 51 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.8 |
| HSL | 261.25º | 0.89% | 0.11% | - |
| HSV(B) | 261.25º | 0.94% | 0.2% | - |
| XYZ | 0.92 | 0.45 | 3.17 | - |
| YUV | 13.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 51 | 0.61 | 0.94 | 0 | 0.8 | 261.25 | 0.89 | 0.11 |
| Hex | 14 | 3 | 33 | 3D | 5E | 0 | 50 | 105 | 59 | B |
| Octal | 24 | 3 | 63 | 75 | 136 | 0 | 120 | 405 | 131 | 13 |
| Binary | 10100 | 11 | 110011 | 111101 | 1011110 | 0 | 1010000 | 100000101 | 1011001 | 1011 |
Color Harmonies of #140333
Complementary color
Monochromatic Colors of #140333
Black with #140333
Text Example
Text Example
White with #140333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140333; }
p { color: rgb(20,3,51); }
H1.HeaderClassName
{
color: #140333;
}
.AnyTagClassName
{
color: #140333;
}
</style>
background-color css
<style>
a { background-color: #140333; }
a { background-color: rgb(20,3,51); }
div.DivClassName
{
background-color: #140333;
}
.BgClassName
{
background-color: #140333;
}
</style>
border-color css
<style>
span { border-color: #140333; }
span { border-color: rgb(20,3,51); }
td.TdClassName
{
border-color: #140333;
}
.TagClassName
{
border-color: #140333;
}
</style>