Shades of Blackcurrant #39034B
Tints of Blackcurrant #39034B
RGB
CMYK
RGB Variations
Color information
#39034B (or 0x39034B) is known color: Blackcurrant. HEX triplet: 39, 03 and 4B. RGB value is (57,3,75). Sum of RGB (Red+Green+Blue) = 57+3+75=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #39034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39034B is #C6FCB4. Grayscale: #1B1B1B. Windows color (decimal): -13040821 or 4916025. OLE color: 4916025.
HSL color Cylindrical-coordinate representation of color #39034B: hue angle of 285º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39034B is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 3 | 75 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.71 |
| HSL | 285º | 0.92% | 0.15% | - |
| HSV(B) | 285º | 0.96% | 0.29% | - |
| XYZ | 2.99 | 1.44 | 6.78 | - |
| YUV | 27.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 75 | 0.24 | 0.96 | 0 | 0.71 | 285 | 0.92 | 0.15 |
| Hex | 39 | 3 | 4B | 18 | 60 | 0 | 47 | 11D | 5C | F |
| Octal | 71 | 3 | 113 | 30 | 140 | 0 | 107 | 435 | 134 | 17 |
| Binary | 111001 | 11 | 1001011 | 11000 | 1100000 | 0 | 1000111 | 100011101 | 1011100 | 1111 |
Color Harmonies of #39034B
Complementary color
Monochromatic Colors of #39034B
Black with #39034B
Text Example
Text Example
White with #39034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39034B; }
p { color: rgb(57,3,75); }
H1.HeaderClassName
{
color: #39034B;
}
.AnyTagClassName
{
color: #39034B;
}
</style>
background-color css
<style>
a { background-color: #39034B; }
a { background-color: rgb(57,3,75); }
div.DivClassName
{
background-color: #39034B;
}
.BgClassName
{
background-color: #39034B;
}
</style>
border-color css
<style>
span { border-color: #39034B; }
span { border-color: rgb(57,3,75); }
td.TdClassName
{
border-color: #39034B;
}
.TagClassName
{
border-color: #39034B;
}
</style>