Shades of Blackcurrant #392341
Tints of Blackcurrant #392341
RGB
CMYK
RGB Variations
Color information
#392341 (or 0x392341) is known color: Blackcurrant. HEX triplet: 39, 23 and 41. RGB value is (57,35,65). Sum of RGB (Red+Green+Blue) = 57+35+65=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #392341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392341 is #C6DCBE. Grayscale: #2C2C2C. Windows color (decimal): -13032639 or 4268857. OLE color: 4268857.
HSL color Cylindrical-coordinate representation of color #392341: hue angle of 284º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #392341 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 35 | 65 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.75 |
| HSL | 284º | 0.3% | 0.2% | - |
| HSV(B) | 284º | 0.46% | 0.25% | - |
| XYZ | 3.24 | 2.45 | 5.3 | - |
| YUV | 45 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 65 | 0.12 | 0.46 | 0 | 0.75 | 284 | 0.3 | 0.2 |
| Hex | 39 | 23 | 41 | C | 2E | 0 | 4B | 11C | 1E | 14 |
| Octal | 71 | 43 | 101 | 14 | 56 | 0 | 113 | 434 | 36 | 24 |
| Binary | 111001 | 100011 | 1000001 | 1100 | 101110 | 0 | 1001011 | 100011100 | 11110 | 10100 |
Color Harmonies of #392341
Complementary color
Monochromatic Colors of #392341
Black with #392341
Text Example
Text Example
White with #392341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392341; }
p { color: rgb(57,35,65); }
H1.HeaderClassName
{
color: #392341;
}
.AnyTagClassName
{
color: #392341;
}
</style>
background-color css
<style>
a { background-color: #392341; }
a { background-color: rgb(57,35,65); }
div.DivClassName
{
background-color: #392341;
}
.BgClassName
{
background-color: #392341;
}
</style>
border-color css
<style>
span { border-color: #392341; }
span { border-color: rgb(57,35,65); }
td.TdClassName
{
border-color: #392341;
}
.TagClassName
{
border-color: #392341;
}
</style>