Shades of Blackcurrant #301D42
Tints of Blackcurrant #301D42
RGB
CMYK
RGB Variations
Color information
#301D42 (or 0x301D42) is known color: Blackcurrant. HEX triplet: 30, 1D and 42. RGB value is (48,29,66). Sum of RGB (Red+Green+Blue) = 48+29+66=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #301D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D42 is #CFE2BD. Grayscale: #262626. Windows color (decimal): -13623998 or 4332848. OLE color: 4332848.
HSL color Cylindrical-coordinate representation of color #301D42: hue angle of 270.81º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301D42 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 29 | 66 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.74 |
| HSL | 270.81º | 0.39% | 0.19% | - |
| HSV(B) | 270.81º | 0.56% | 0.26% | - |
| XYZ | 2.64 | 1.9 | 5.38 | - |
| YUV | 38.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 66 | 0.27 | 0.56 | 0 | 0.74 | 270.81 | 0.39 | 0.19 |
| Hex | 30 | 1D | 42 | 1B | 38 | 0 | 4A | 10F | 27 | 13 |
| Octal | 60 | 35 | 102 | 33 | 70 | 0 | 112 | 417 | 47 | 23 |
| Binary | 110000 | 11101 | 1000010 | 11011 | 111000 | 0 | 1001010 | 100001111 | 100111 | 10011 |
Color Harmonies of #301D42
Complementary color
Monochromatic Colors of #301D42
Black with #301D42
Text Example
Text Example
White with #301D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D42; }
p { color: rgb(48,29,66); }
H1.HeaderClassName
{
color: #301D42;
}
.AnyTagClassName
{
color: #301D42;
}
</style>
background-color css
<style>
a { background-color: #301D42; }
a { background-color: rgb(48,29,66); }
div.DivClassName
{
background-color: #301D42;
}
.BgClassName
{
background-color: #301D42;
}
</style>
border-color css
<style>
span { border-color: #301D42; }
span { border-color: rgb(48,29,66); }
td.TdClassName
{
border-color: #301D42;
}
.TagClassName
{
border-color: #301D42;
}
</style>