Shades of Blackcurrant #392343
Tints of Blackcurrant #392343
RGB
CMYK
RGB Variations
Color information
#392343 (or 0x392343) is known color: Blackcurrant. HEX triplet: 39, 23 and 43. RGB value is (57,35,67). Sum of RGB (Red+Green+Blue) = 57+35+67=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 67 - color contains mainly: blue. Hex color #392343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392343 is #C6DCBC. Grayscale: #2D2D2D. Windows color (decimal): -13032637 or 4399929. OLE color: 4399929.
HSL color Cylindrical-coordinate representation of color #392343: hue angle of 281.25º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #392343 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 35 | 67 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.74 |
| HSL | 281.25º | 0.31% | 0.2% | - |
| HSV(B) | 281.25º | 0.48% | 0.26% | - |
| XYZ | 3.3 | 2.48 | 5.61 | - |
| YUV | 45.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 67 | 0.15 | 0.48 | 0 | 0.74 | 281.25 | 0.31 | 0.2 |
| Hex | 39 | 23 | 43 | F | 30 | 0 | 4A | 119 | 1F | 14 |
| Octal | 71 | 43 | 103 | 17 | 60 | 0 | 112 | 431 | 37 | 24 |
| Binary | 111001 | 100011 | 1000011 | 1111 | 110000 | 0 | 1001010 | 100011001 | 11111 | 10100 |
Color Harmonies of #392343
Complementary color
Monochromatic Colors of #392343
Black with #392343
Text Example
Text Example
White with #392343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392343; }
p { color: rgb(57,35,67); }
H1.HeaderClassName
{
color: #392343;
}
.AnyTagClassName
{
color: #392343;
}
</style>
background-color css
<style>
a { background-color: #392343; }
a { background-color: rgb(57,35,67); }
div.DivClassName
{
background-color: #392343;
}
.BgClassName
{
background-color: #392343;
}
</style>
border-color css
<style>
span { border-color: #392343; }
span { border-color: rgb(57,35,67); }
td.TdClassName
{
border-color: #392343;
}
.TagClassName
{
border-color: #392343;
}
</style>