Shades of Blackcurrant #39005A
Tints of Blackcurrant #39005A
RGB
CMYK
RGB Variations
Color information
#39005A (or 0x39005A) is known color: Blackcurrant. HEX triplet: 39, 00 and 5A. RGB value is (57,0,90). Sum of RGB (Red+Green+Blue) = 57+0+90=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #39005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39005A is #C6FFA5. Grayscale: #1B1B1B. Windows color (decimal): -13041574 or 5898297. OLE color: 5898297.
HSL color Cylindrical-coordinate representation of color #39005A: hue angle of 278º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39005A is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 0 | 90 | - |
| CMYK | 0.37 | 1 | 0 | 0.65 |
| HSL | 278º | 1% | 0.18% | - |
| HSV(B) | 278º | 1% | 0.35% | - |
| XYZ | 3.53 | 1.61 | 9.8 | - |
| YUV | 27.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 90 | 0.37 | 1 | 0 | 0.65 | 278 | 1 | 0.18 |
| Hex | 39 | 0 | 5A | 25 | 64 | 0 | 41 | 116 | 64 | 12 |
| Octal | 71 | 0 | 132 | 45 | 144 | 0 | 101 | 426 | 144 | 22 |
| Binary | 111001 | 0 | 1011010 | 100101 | 1100100 | 0 | 1000001 | 100010110 | 1100100 | 10010 |
Color Harmonies of #39005A
Complementary color
Monochromatic Colors of #39005A
Black with #39005A
Text Example
Text Example
White with #39005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39005A; }
p { color: rgb(57,0,90); }
H1.HeaderClassName
{
color: #39005A;
}
.AnyTagClassName
{
color: #39005A;
}
</style>
background-color css
<style>
a { background-color: #39005A; }
a { background-color: rgb(57,0,90); }
div.DivClassName
{
background-color: #39005A;
}
.BgClassName
{
background-color: #39005A;
}
</style>
border-color css
<style>
span { border-color: #39005A; }
span { border-color: rgb(57,0,90); }
td.TdClassName
{
border-color: #39005A;
}
.TagClassName
{
border-color: #39005A;
}
</style>