Shades of Blackcurrant #301837
Tints of Blackcurrant #301837
RGB
CMYK
RGB Variations
Color information
#301837 (or 0x301837) is known color: Blackcurrant. HEX triplet: 30, 18 and 37. RGB value is (48,24,55). Sum of RGB (Red+Green+Blue) = 48+24+55=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #301837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301837 is #CFE7C8. Grayscale: #222222. Windows color (decimal): -13625289 or 3610672. OLE color: 3610672.
HSL color Cylindrical-coordinate representation of color #301837: hue angle of 286.45º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301837 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 24 | 55 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.78 |
| HSL | 286.45º | 0.39% | 0.15% | - |
| HSV(B) | 286.45º | 0.56% | 0.22% | - |
| XYZ | 2.24 | 1.56 | 3.8 | - |
| YUV | 34.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 55 | 0.13 | 0.56 | 0 | 0.78 | 286.45 | 0.39 | 0.15 |
| Hex | 30 | 18 | 37 | D | 38 | 0 | 4E | 11E | 27 | F |
| Octal | 60 | 30 | 67 | 15 | 70 | 0 | 116 | 436 | 47 | 17 |
| Binary | 110000 | 11000 | 110111 | 1101 | 111000 | 0 | 1001110 | 100011110 | 100111 | 1111 |
Color Harmonies of #301837
Complementary color
Monochromatic Colors of #301837
Black with #301837
Text Example
Text Example
White with #301837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301837; }
p { color: rgb(48,24,55); }
H1.HeaderClassName
{
color: #301837;
}
.AnyTagClassName
{
color: #301837;
}
</style>
background-color css
<style>
a { background-color: #301837; }
a { background-color: rgb(48,24,55); }
div.DivClassName
{
background-color: #301837;
}
.BgClassName
{
background-color: #301837;
}
</style>
border-color css
<style>
span { border-color: #301837; }
span { border-color: rgb(48,24,55); }
td.TdClassName
{
border-color: #301837;
}
.TagClassName
{
border-color: #301837;
}
</style>