Shades of Blackcurrant #301E42
Tints of Blackcurrant #301E42
RGB
CMYK
RGB Variations
Color information
#301E42 (or 0x301E42) is known color: Blackcurrant. HEX triplet: 30, 1E and 42. RGB value is (48,30,66). Sum of RGB (Red+Green+Blue) = 48+30+66=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 66 - color contains mainly: blue. Hex color #301E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E42 is #CFE1BD. Grayscale: #272727. Windows color (decimal): -13623742 or 4333104. OLE color: 4333104.
HSL color Cylindrical-coordinate representation of color #301E42: hue angle of 270º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #301E42 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 30 | 66 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.74 |
| HSL | 270º | 0.38% | 0.19% | - |
| HSV(B) | 270º | 0.55% | 0.26% | - |
| XYZ | 2.67 | 1.95 | 5.39 | - |
| YUV | 39.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 66 | 0.27 | 0.55 | 0 | 0.74 | 270 | 0.38 | 0.19 |
| Hex | 30 | 1E | 42 | 1B | 37 | 0 | 4A | 10E | 26 | 13 |
| Octal | 60 | 36 | 102 | 33 | 67 | 0 | 112 | 416 | 46 | 23 |
| Binary | 110000 | 11110 | 1000010 | 11011 | 110111 | 0 | 1001010 | 100001110 | 100110 | 10011 |
Color Harmonies of #301E42
Complementary color
Monochromatic Colors of #301E42
Black with #301E42
Text Example
Text Example
White with #301E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E42; }
p { color: rgb(48,30,66); }
H1.HeaderClassName
{
color: #301E42;
}
.AnyTagClassName
{
color: #301E42;
}
</style>
background-color css
<style>
a { background-color: #301E42; }
a { background-color: rgb(48,30,66); }
div.DivClassName
{
background-color: #301E42;
}
.BgClassName
{
background-color: #301E42;
}
</style>
border-color css
<style>
span { border-color: #301E42; }
span { border-color: rgb(48,30,66); }
td.TdClassName
{
border-color: #301E42;
}
.TagClassName
{
border-color: #301E42;
}
</style>