Shades of Blackcurrant #39044C
Tints of Blackcurrant #39044C
RGB
CMYK
RGB Variations
Color information
#39044C (or 0x39044C) is known color: Blackcurrant. HEX triplet: 39, 04 and 4C. RGB value is (57,4,76). Sum of RGB (Red+Green+Blue) = 57+4+76=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #39044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39044C is #C6FBB3. Grayscale: #1B1B1B. Windows color (decimal): -13040564 or 4981817. OLE color: 4981817.
HSL color Cylindrical-coordinate representation of color #39044C: hue angle of 284.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #39044C is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 4 | 76 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.70 |
| HSL | 284.17º | 0.9% | 0.16% | - |
| HSV(B) | 284.17º | 0.95% | 0.3% | - |
| XYZ | 3.04 | 1.48 | 6.96 | - |
| YUV | 28.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 4 | 76 | 0.25 | 0.95 | 0 | 0.70 | 284.17 | 0.9 | 0.16 |
| Hex | 39 | 4 | 4C | 19 | 5F | 0 | 46 | 11C | 5A | 10 |
| Octal | 71 | 4 | 114 | 31 | 137 | 0 | 106 | 434 | 132 | 20 |
| Binary | 111001 | 100 | 1001100 | 11001 | 1011111 | 0 | 1000110 | 100011100 | 1011010 | 10000 |
Color Harmonies of #39044C
Complementary color
Monochromatic Colors of #39044C
Black with #39044C
Text Example
Text Example
White with #39044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39044C; }
p { color: rgb(57,4,76); }
H1.HeaderClassName
{
color: #39044C;
}
.AnyTagClassName
{
color: #39044C;
}
</style>
background-color css
<style>
a { background-color: #39044C; }
a { background-color: rgb(57,4,76); }
div.DivClassName
{
background-color: #39044C;
}
.BgClassName
{
background-color: #39044C;
}
</style>
border-color css
<style>
span { border-color: #39044C; }
span { border-color: rgb(57,4,76); }
td.TdClassName
{
border-color: #39044C;
}
.TagClassName
{
border-color: #39044C;
}
</style>