Shades of Blackcurrant #302337
Tints of Blackcurrant #302337
RGB
CMYK
RGB Variations
Color information
#302337 (or 0x302337) is known color: Blackcurrant. HEX triplet: 30, 23 and 37. RGB value is (48,35,55). Sum of RGB (Red+Green+Blue) = 48+35+55=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #302337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302337 is #CFDCC8. Grayscale: #292929. Windows color (decimal): -13622473 or 3613488. OLE color: 3613488.
HSL color Cylindrical-coordinate representation of color #302337: hue angle of 279º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #302337 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 35 | 55 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.78 |
| HSL | 279º | 0.22% | 0.18% | - |
| HSV(B) | 279º | 0.36% | 0.22% | - |
| XYZ | 2.51 | 2.11 | 3.89 | - |
| YUV | 41.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 55 | 0.13 | 0.36 | 0 | 0.78 | 279 | 0.22 | 0.18 |
| Hex | 30 | 23 | 37 | D | 24 | 0 | 4E | 117 | 16 | 12 |
| Octal | 60 | 43 | 67 | 15 | 44 | 0 | 116 | 427 | 26 | 22 |
| Binary | 110000 | 100011 | 110111 | 1101 | 100100 | 0 | 1001110 | 100010111 | 10110 | 10010 |
Color Harmonies of #302337
Complementary color
Monochromatic Colors of #302337
Black with #302337
Text Example
Text Example
White with #302337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302337; }
p { color: rgb(48,35,55); }
H1.HeaderClassName
{
color: #302337;
}
.AnyTagClassName
{
color: #302337;
}
</style>
background-color css
<style>
a { background-color: #302337; }
a { background-color: rgb(48,35,55); }
div.DivClassName
{
background-color: #302337;
}
.BgClassName
{
background-color: #302337;
}
</style>
border-color css
<style>
span { border-color: #302337; }
span { border-color: rgb(48,35,55); }
td.TdClassName
{
border-color: #302337;
}
.TagClassName
{
border-color: #302337;
}
</style>