Shades of Blackcurrant #140338
Tints of Blackcurrant #140338
RGB
CMYK
RGB Variations
Color information
#140338 (or 0x140338) is known color: Blackcurrant. HEX triplet: 14, 03 and 38. RGB value is (20,3,56). Sum of RGB (Red+Green+Blue) = 20+3+56=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 56 (22.27% from 255 or 70.89% from 79); Max value from RGB is 56 - color contains mainly: blue. Hex color #140338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140338 is #EBFCC7. Grayscale: #0D0D0D. Windows color (decimal): -15465672 or 3670804. OLE color: 3670804.
HSL color Cylindrical-coordinate representation of color #140338: hue angle of 259.25º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140338 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 3 | 56 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.78 |
| HSL | 259.25º | 0.9% | 0.12% | - |
| HSV(B) | 259.25º | 0.95% | 0.22% | - |
| XYZ | 1.03 | 0.5 | 3.78 | - |
| YUV | 14.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 56 | 0.64 | 0.95 | 0 | 0.78 | 259.25 | 0.9 | 0.12 |
| Hex | 14 | 3 | 38 | 40 | 5F | 0 | 4E | 103 | 5A | C |
| Octal | 24 | 3 | 70 | 100 | 137 | 0 | 116 | 403 | 132 | 14 |
| Binary | 10100 | 11 | 111000 | 1000000 | 1011111 | 0 | 1001110 | 100000011 | 1011010 | 1100 |
Color Harmonies of #140338
Complementary color
Monochromatic Colors of #140338
Black with #140338
Text Example
Text Example
White with #140338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140338; }
p { color: rgb(20,3,56); }
H1.HeaderClassName
{
color: #140338;
}
.AnyTagClassName
{
color: #140338;
}
</style>
background-color css
<style>
a { background-color: #140338; }
a { background-color: rgb(20,3,56); }
div.DivClassName
{
background-color: #140338;
}
.BgClassName
{
background-color: #140338;
}
</style>
border-color css
<style>
span { border-color: #140338; }
span { border-color: rgb(20,3,56); }
td.TdClassName
{
border-color: #140338;
}
.TagClassName
{
border-color: #140338;
}
</style>