Shades of Blackcurrant #301238
Tints of Blackcurrant #301238
RGB
CMYK
RGB Variations
Color information
#301238 (or 0x301238) is known color: Blackcurrant. HEX triplet: 30, 12 and 38. RGB value is (48,18,56). Sum of RGB (Red+Green+Blue) = 48+18+56=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #301238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301238 is #CFEDC7. Grayscale: #1F1F1F. Windows color (decimal): -13626824 or 3674672. OLE color: 3674672.
HSL color Cylindrical-coordinate representation of color #301238: hue angle of 287.37º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301238 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 18 | 56 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.78 |
| HSL | 287.37º | 0.51% | 0.15% | - |
| HSV(B) | 287.37º | 0.68% | 0.22% | - |
| XYZ | 2.15 | 1.35 | 3.89 | - |
| YUV | 31.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 56 | 0.14 | 0.68 | 0 | 0.78 | 287.37 | 0.51 | 0.15 |
| Hex | 30 | 12 | 38 | E | 44 | 0 | 4E | 11F | 33 | F |
| Octal | 60 | 22 | 70 | 16 | 104 | 0 | 116 | 437 | 63 | 17 |
| Binary | 110000 | 10010 | 111000 | 1110 | 1000100 | 0 | 1001110 | 100011111 | 110011 | 1111 |
Color Harmonies of #301238
Complementary color
Monochromatic Colors of #301238
Black with #301238
Text Example
Text Example
White with #301238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301238; }
p { color: rgb(48,18,56); }
H1.HeaderClassName
{
color: #301238;
}
.AnyTagClassName
{
color: #301238;
}
</style>
background-color css
<style>
a { background-color: #301238; }
a { background-color: rgb(48,18,56); }
div.DivClassName
{
background-color: #301238;
}
.BgClassName
{
background-color: #301238;
}
</style>
border-color css
<style>
span { border-color: #301238; }
span { border-color: rgb(48,18,56); }
td.TdClassName
{
border-color: #301238;
}
.TagClassName
{
border-color: #301238;
}
</style>