Shades of Blackcurrant #39134A
Tints of Blackcurrant #39134A
RGB
CMYK
RGB Variations
Color information
#39134A (or 0x39134A) is known color: Blackcurrant. HEX triplet: 39, 13 and 4A. RGB value is (57,19,74). Sum of RGB (Red+Green+Blue) = 57+19+74=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #39134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39134A is #C6ECB5. Grayscale: #242424. Windows color (decimal): -13036726 or 4854585. OLE color: 4854585.
HSL color Cylindrical-coordinate representation of color #39134A: hue angle of 281.45º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39134A is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 19 | 74 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.71 |
| HSL | 281.45º | 0.59% | 0.18% | - |
| HSV(B) | 281.45º | 0.74% | 0.29% | - |
| XYZ | 3.16 | 1.83 | 6.67 | - |
| YUV | 36.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 74 | 0.23 | 0.74 | 0 | 0.71 | 281.45 | 0.59 | 0.18 |
| Hex | 39 | 13 | 4A | 17 | 4A | 0 | 47 | 119 | 3B | 12 |
| Octal | 71 | 23 | 112 | 27 | 112 | 0 | 107 | 431 | 73 | 22 |
| Binary | 111001 | 10011 | 1001010 | 10111 | 1001010 | 0 | 1000111 | 100011001 | 111011 | 10010 |
Color Harmonies of #39134A
Complementary color
Monochromatic Colors of #39134A
Black with #39134A
Text Example
Text Example
White with #39134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39134A; }
p { color: rgb(57,19,74); }
H1.HeaderClassName
{
color: #39134A;
}
.AnyTagClassName
{
color: #39134A;
}
</style>
background-color css
<style>
a { background-color: #39134A; }
a { background-color: rgb(57,19,74); }
div.DivClassName
{
background-color: #39134A;
}
.BgClassName
{
background-color: #39134A;
}
</style>
border-color css
<style>
span { border-color: #39134A; }
span { border-color: rgb(57,19,74); }
td.TdClassName
{
border-color: #39134A;
}
.TagClassName
{
border-color: #39134A;
}
</style>