Shades of Blackcurrant #301143
Tints of Blackcurrant #301143
RGB
CMYK
RGB Variations
Color information
#301143 (or 0x301143) is known color: Blackcurrant. HEX triplet: 30, 11 and 43. RGB value is (48,17,67). Sum of RGB (Red+Green+Blue) = 48+17+67=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #301143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301143 is #CFEEBC. Grayscale: #1F1F1F. Windows color (decimal): -13627069 or 4395312. OLE color: 4395312.
HSL color Cylindrical-coordinate representation of color #301143: hue angle of 277.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301143 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 17 | 67 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.74 |
| HSL | 277.2º | 0.6% | 0.16% | - |
| HSV(B) | 277.2º | 0.75% | 0.26% | - |
| XYZ | 2.43 | 1.43 | 5.46 | - |
| YUV | 31.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 67 | 0.28 | 0.75 | 0 | 0.74 | 277.2 | 0.6 | 0.16 |
| Hex | 30 | 11 | 43 | 1C | 4B | 0 | 4A | 115 | 3C | 10 |
| Octal | 60 | 21 | 103 | 34 | 113 | 0 | 112 | 425 | 74 | 20 |
| Binary | 110000 | 10001 | 1000011 | 11100 | 1001011 | 0 | 1001010 | 100010101 | 111100 | 10000 |
Color Harmonies of #301143
Complementary color
Monochromatic Colors of #301143
Black with #301143
Text Example
Text Example
White with #301143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301143; }
p { color: rgb(48,17,67); }
H1.HeaderClassName
{
color: #301143;
}
.AnyTagClassName
{
color: #301143;
}
</style>
background-color css
<style>
a { background-color: #301143; }
a { background-color: rgb(48,17,67); }
div.DivClassName
{
background-color: #301143;
}
.BgClassName
{
background-color: #301143;
}
</style>
border-color css
<style>
span { border-color: #301143; }
span { border-color: rgb(48,17,67); }
td.TdClassName
{
border-color: #301143;
}
.TagClassName
{
border-color: #301143;
}
</style>