Shades of Blackcurrant #140325
Tints of Blackcurrant #140325
RGB
CMYK
RGB Variations
Color information
#140325 (or 0x140325) is known color: Blackcurrant. HEX triplet: 14, 03 and 25. RGB value is (20,3,37). Sum of RGB (Red+Green+Blue) = 20+3+37=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #140325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140325 is #EBFCDA. Grayscale: #0B0B0B. Windows color (decimal): -15465691 or 2425620. OLE color: 2425620.
HSL color Cylindrical-coordinate representation of color #140325: hue angle of 270º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140325 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 3 | 37 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.85 |
| HSL | 270º | 0.85% | 0.08% | - |
| HSV(B) | 270º | 0.92% | 0.15% | - |
| XYZ | 0.65 | 0.35 | 1.78 | - |
| YUV | 11.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 37 | 0.46 | 0.92 | 0 | 0.85 | 270 | 0.85 | 0.08 |
| Hex | 14 | 3 | 25 | 2E | 5C | 0 | 55 | 10E | 55 | 8 |
| Octal | 24 | 3 | 45 | 56 | 134 | 0 | 125 | 416 | 125 | 10 |
| Binary | 10100 | 11 | 100101 | 101110 | 1011100 | 0 | 1010101 | 100001110 | 1010101 | 1000 |
Color Harmonies of #140325
Complementary color
Monochromatic Colors of #140325
Black with #140325
Text Example
Text Example
White with #140325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140325; }
p { color: rgb(20,3,37); }
H1.HeaderClassName
{
color: #140325;
}
.AnyTagClassName
{
color: #140325;
}
</style>
background-color css
<style>
a { background-color: #140325; }
a { background-color: rgb(20,3,37); }
div.DivClassName
{
background-color: #140325;
}
.BgClassName
{
background-color: #140325;
}
</style>
border-color css
<style>
span { border-color: #140325; }
span { border-color: rgb(20,3,37); }
td.TdClassName
{
border-color: #140325;
}
.TagClassName
{
border-color: #140325;
}
</style>