Shades of Blackcurrant #301B43
Tints of Blackcurrant #301B43
RGB
CMYK
RGB Variations
Color information
#301B43 (or 0x301B43) is known color: Blackcurrant. HEX triplet: 30, 1B and 43. RGB value is (48,27,67). Sum of RGB (Red+Green+Blue) = 48+27+67=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #301B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B43 is #CFE4BC. Grayscale: #252525. Windows color (decimal): -13624509 or 4397872. OLE color: 4397872.
HSL color Cylindrical-coordinate representation of color #301B43: hue angle of 271.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301B43 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 27 | 67 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.74 |
| HSL | 271.5º | 0.43% | 0.18% | - |
| HSV(B) | 271.5º | 0.6% | 0.26% | - |
| XYZ | 2.62 | 1.82 | 5.52 | - |
| YUV | 37.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 67 | 0.28 | 0.60 | 0 | 0.74 | 271.5 | 0.43 | 0.18 |
| Hex | 30 | 1B | 43 | 1C | 3C | 0 | 4A | 110 | 2B | 12 |
| Octal | 60 | 33 | 103 | 34 | 74 | 0 | 112 | 420 | 53 | 22 |
| Binary | 110000 | 11011 | 1000011 | 11100 | 111100 | 0 | 1001010 | 100010000 | 101011 | 10010 |
Color Harmonies of #301B43
Complementary color
Monochromatic Colors of #301B43
Black with #301B43
Text Example
Text Example
White with #301B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B43; }
p { color: rgb(48,27,67); }
H1.HeaderClassName
{
color: #301B43;
}
.AnyTagClassName
{
color: #301B43;
}
</style>
background-color css
<style>
a { background-color: #301B43; }
a { background-color: rgb(48,27,67); }
div.DivClassName
{
background-color: #301B43;
}
.BgClassName
{
background-color: #301B43;
}
</style>
border-color css
<style>
span { border-color: #301B43; }
span { border-color: rgb(48,27,67); }
td.TdClassName
{
border-color: #301B43;
}
.TagClassName
{
border-color: #301B43;
}
</style>