Shades of Blackcurrant #39034C
Tints of Blackcurrant #39034C
RGB
CMYK
RGB Variations
Color information
#39034C (or 0x39034C) is known color: Blackcurrant. HEX triplet: 39, 03 and 4C. RGB value is (57,3,76). Sum of RGB (Red+Green+Blue) = 57+3+76=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #39034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39034C is #C6FCB3. Grayscale: #1B1B1B. Windows color (decimal): -13040820 or 4981561. OLE color: 4981561.
HSL color Cylindrical-coordinate representation of color #39034C: hue angle of 284.38º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39034C is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 3 | 76 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.70 |
| HSL | 284.38º | 0.92% | 0.15% | - |
| HSV(B) | 284.38º | 0.96% | 0.3% | - |
| XYZ | 3.02 | 1.46 | 6.96 | - |
| YUV | 27.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 76 | 0.25 | 0.96 | 0 | 0.70 | 284.38 | 0.92 | 0.15 |
| Hex | 39 | 3 | 4C | 19 | 60 | 0 | 46 | 11C | 5C | F |
| Octal | 71 | 3 | 114 | 31 | 140 | 0 | 106 | 434 | 134 | 17 |
| Binary | 111001 | 11 | 1001100 | 11001 | 1100000 | 0 | 1000110 | 100011100 | 1011100 | 1111 |
Color Harmonies of #39034C
Complementary color
Monochromatic Colors of #39034C
Black with #39034C
Text Example
Text Example
White with #39034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39034C; }
p { color: rgb(57,3,76); }
H1.HeaderClassName
{
color: #39034C;
}
.AnyTagClassName
{
color: #39034C;
}
</style>
background-color css
<style>
a { background-color: #39034C; }
a { background-color: rgb(57,3,76); }
div.DivClassName
{
background-color: #39034C;
}
.BgClassName
{
background-color: #39034C;
}
</style>
border-color css
<style>
span { border-color: #39034C; }
span { border-color: rgb(57,3,76); }
td.TdClassName
{
border-color: #39034C;
}
.TagClassName
{
border-color: #39034C;
}
</style>