Shades of Blackcurrant #301543
Tints of Blackcurrant #301543
RGB
CMYK
RGB Variations
Color information
#301543 (or 0x301543) is known color: Blackcurrant. HEX triplet: 30, 15 and 43. RGB value is (48,21,67). Sum of RGB (Red+Green+Blue) = 48+21+67=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #301543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301543 is #CFEABC. Grayscale: #222222. Windows color (decimal): -13626045 or 4396336. OLE color: 4396336.
HSL color Cylindrical-coordinate representation of color #301543: hue angle of 275.22º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301543 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 21 | 67 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.74 |
| HSL | 275.22º | 0.52% | 0.17% | - |
| HSV(B) | 275.22º | 0.69% | 0.26% | - |
| XYZ | 2.5 | 1.57 | 5.48 | - |
| YUV | 34.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 67 | 0.28 | 0.69 | 0 | 0.74 | 275.22 | 0.52 | 0.17 |
| Hex | 30 | 15 | 43 | 1C | 45 | 0 | 4A | 113 | 34 | 11 |
| Octal | 60 | 25 | 103 | 34 | 105 | 0 | 112 | 423 | 64 | 21 |
| Binary | 110000 | 10101 | 1000011 | 11100 | 1000101 | 0 | 1001010 | 100010011 | 110100 | 10001 |
Color Harmonies of #301543
Complementary color
Monochromatic Colors of #301543
Black with #301543
Text Example
Text Example
White with #301543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301543; }
p { color: rgb(48,21,67); }
H1.HeaderClassName
{
color: #301543;
}
.AnyTagClassName
{
color: #301543;
}
</style>
background-color css
<style>
a { background-color: #301543; }
a { background-color: rgb(48,21,67); }
div.DivClassName
{
background-color: #301543;
}
.BgClassName
{
background-color: #301543;
}
</style>
border-color css
<style>
span { border-color: #301543; }
span { border-color: rgb(48,21,67); }
td.TdClassName
{
border-color: #301543;
}
.TagClassName
{
border-color: #301543;
}
</style>