Shades of Blackcurrant #302439
Tints of Blackcurrant #302439
RGB
CMYK
RGB Variations
Color information
#302439 (or 0x302439) is known color: Blackcurrant. HEX triplet: 30, 24 and 39. RGB value is (48,36,57). Sum of RGB (Red+Green+Blue) = 48+36+57=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #302439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302439 is #CFDBC6. Grayscale: #292929. Windows color (decimal): -13622215 or 3744816. OLE color: 3744816.
HSL color Cylindrical-coordinate representation of color #302439: hue angle of 274.29º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #302439 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 36 | 57 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.78 |
| HSL | 274.29º | 0.23% | 0.18% | - |
| HSV(B) | 274.29º | 0.37% | 0.22% | - |
| XYZ | 2.59 | 2.19 | 4.16 | - |
| YUV | 41.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 57 | 0.16 | 0.37 | 0 | 0.78 | 274.29 | 0.23 | 0.18 |
| Hex | 30 | 24 | 39 | 10 | 25 | 0 | 4E | 112 | 17 | 12 |
| Octal | 60 | 44 | 71 | 20 | 45 | 0 | 116 | 422 | 27 | 22 |
| Binary | 110000 | 100100 | 111001 | 10000 | 100101 | 0 | 1001110 | 100010010 | 10111 | 10010 |
Color Harmonies of #302439
Complementary color
Monochromatic Colors of #302439
Black with #302439
Text Example
Text Example
White with #302439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302439; }
p { color: rgb(48,36,57); }
H1.HeaderClassName
{
color: #302439;
}
.AnyTagClassName
{
color: #302439;
}
</style>
background-color css
<style>
a { background-color: #302439; }
a { background-color: rgb(48,36,57); }
div.DivClassName
{
background-color: #302439;
}
.BgClassName
{
background-color: #302439;
}
</style>
border-color css
<style>
span { border-color: #302439; }
span { border-color: rgb(48,36,57); }
td.TdClassName
{
border-color: #302439;
}
.TagClassName
{
border-color: #302439;
}
</style>