Shades of Blackcurrant #301836
Tints of Blackcurrant #301836
RGB
CMYK
RGB Variations
Color information
#301836 (or 0x301836) is known color: Blackcurrant. HEX triplet: 30, 18 and 36. RGB value is (48,24,54). Sum of RGB (Red+Green+Blue) = 48+24+54=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #301836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301836 is #CFE7C9. Grayscale: #222222. Windows color (decimal): -13625290 or 3545136. OLE color: 3545136.
HSL color Cylindrical-coordinate representation of color #301836: hue angle of 288º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301836 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 24 | 54 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.79 |
| HSL | 288º | 0.38% | 0.15% | - |
| HSV(B) | 288º | 0.56% | 0.21% | - |
| XYZ | 2.21 | 1.55 | 3.67 | - |
| YUV | 34.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 54 | 0.11 | 0.56 | 0 | 0.79 | 288 | 0.38 | 0.15 |
| Hex | 30 | 18 | 36 | B | 38 | 0 | 4F | 120 | 26 | F |
| Octal | 60 | 30 | 66 | 13 | 70 | 0 | 117 | 440 | 46 | 17 |
| Binary | 110000 | 11000 | 110110 | 1011 | 111000 | 0 | 1001111 | 100100000 | 100110 | 1111 |
Color Harmonies of #301836
Complementary color
Monochromatic Colors of #301836
Black with #301836
Text Example
Text Example
White with #301836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301836; }
p { color: rgb(48,24,54); }
H1.HeaderClassName
{
color: #301836;
}
.AnyTagClassName
{
color: #301836;
}
</style>
background-color css
<style>
a { background-color: #301836; }
a { background-color: rgb(48,24,54); }
div.DivClassName
{
background-color: #301836;
}
.BgClassName
{
background-color: #301836;
}
</style>
border-color css
<style>
span { border-color: #301836; }
span { border-color: rgb(48,24,54); }
td.TdClassName
{
border-color: #301836;
}
.TagClassName
{
border-color: #301836;
}
</style>