Shades of Blackcurrant #39053F
Tints of Blackcurrant #39053F
RGB
CMYK
RGB Variations
Color information
#39053F (or 0x39053F) is known color: Blackcurrant. HEX triplet: 39, 05 and 3F. RGB value is (57,5,63). Sum of RGB (Red+Green+Blue) = 57+5+63=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #39053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39053F is #C6FAC0. Grayscale: #1A1A1A. Windows color (decimal): -13040321 or 4130105. OLE color: 4130105.
HSL color Cylindrical-coordinate representation of color #39053F: hue angle of 293.79º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39053F is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 5 | 63 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.75 |
| HSL | 293.79º | 0.85% | 0.13% | - |
| HSV(B) | 293.79º | 0.92% | 0.25% | - |
| XYZ | 2.64 | 1.34 | 4.82 | - |
| YUV | 27.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 63 | 0.10 | 0.92 | 0 | 0.75 | 293.79 | 0.85 | 0.13 |
| Hex | 39 | 5 | 3F | A | 5C | 0 | 4B | 126 | 55 | D |
| Octal | 71 | 5 | 77 | 12 | 134 | 0 | 113 | 446 | 125 | 15 |
| Binary | 111001 | 101 | 111111 | 1010 | 1011100 | 0 | 1001011 | 100100110 | 1010101 | 1101 |
Color Harmonies of #39053F
Complementary color
Monochromatic Colors of #39053F
Black with #39053F
Text Example
Text Example
White with #39053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39053F; }
p { color: rgb(57,5,63); }
H1.HeaderClassName
{
color: #39053F;
}
.AnyTagClassName
{
color: #39053F;
}
</style>
background-color css
<style>
a { background-color: #39053F; }
a { background-color: rgb(57,5,63); }
div.DivClassName
{
background-color: #39053F;
}
.BgClassName
{
background-color: #39053F;
}
</style>
border-color css
<style>
span { border-color: #39053F; }
span { border-color: rgb(57,5,63); }
td.TdClassName
{
border-color: #39053F;
}
.TagClassName
{
border-color: #39053F;
}
</style>