Shades of Blackcurrant #390253
Tints of Blackcurrant #390253
RGB
CMYK
RGB Variations
Color information
#390253 (or 0x390253) is known color: Blackcurrant. HEX triplet: 39, 02 and 53. RGB value is (57,2,83). Sum of RGB (Red+Green+Blue) = 57+2+83=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #390253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390253 is #C6FDAC. Grayscale: #1B1B1B. Windows color (decimal): -13041069 or 5440057. OLE color: 5440057.
HSL color Cylindrical-coordinate representation of color #390253: hue angle of 280.74º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390253 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 2 | 83 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.67 |
| HSL | 280.74º | 0.95% | 0.17% | - |
| HSV(B) | 280.74º | 0.98% | 0.33% | - |
| XYZ | 3.27 | 1.54 | 8.31 | - |
| YUV | 27.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 83 | 0.31 | 0.98 | 0 | 0.67 | 280.74 | 0.95 | 0.17 |
| Hex | 39 | 2 | 53 | 1F | 62 | 0 | 43 | 119 | 5F | 11 |
| Octal | 71 | 2 | 123 | 37 | 142 | 0 | 103 | 431 | 137 | 21 |
| Binary | 111001 | 10 | 1010011 | 11111 | 1100010 | 0 | 1000011 | 100011001 | 1011111 | 10001 |
Color Harmonies of #390253
Complementary color
Monochromatic Colors of #390253
Black with #390253
Text Example
Text Example
White with #390253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390253; }
p { color: rgb(57,2,83); }
H1.HeaderClassName
{
color: #390253;
}
.AnyTagClassName
{
color: #390253;
}
</style>
background-color css
<style>
a { background-color: #390253; }
a { background-color: rgb(57,2,83); }
div.DivClassName
{
background-color: #390253;
}
.BgClassName
{
background-color: #390253;
}
</style>
border-color css
<style>
span { border-color: #390253; }
span { border-color: rgb(57,2,83); }
td.TdClassName
{
border-color: #390253;
}
.TagClassName
{
border-color: #390253;
}
</style>