Shades of Blackcurrant #302E31
Tints of Blackcurrant #302E31
RGB
CMYK
RGB Variations
Color information
#302E31 (or 0x302E31) is known color: Blackcurrant. HEX triplet: 30, 2E and 31. RGB value is (48,46,49). Sum of RGB (Red+Green+Blue) = 48+46+49=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 49 - color contains mainly: blue. Hex color #302E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E31 is #CFD1CE. Grayscale: #2E2E2E. Windows color (decimal): -13619663 or 3223088. OLE color: 3223088.
HSL color Cylindrical-coordinate representation of color #302E31: hue angle of 280º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #302E31 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 49 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.81 |
| HSL | 280º | 0.03% | 0.19% | - |
| HSV(B) | 280º | 0.06% | 0.19% | - |
| XYZ | 2.75 | 2.8 | 3.3 | - |
| YUV | 46.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 49 | 0.02 | 0.06 | 0 | 0.81 | 280 | 0.03 | 0.19 |
| Hex | 30 | 2E | 31 | 2 | 6 | 0 | 51 | 118 | 3 | 13 |
| Octal | 60 | 56 | 61 | 2 | 6 | 0 | 121 | 430 | 3 | 23 |
| Binary | 110000 | 101110 | 110001 | 10 | 110 | 0 | 1010001 | 100011000 | 11 | 10011 |
Color Harmonies of #302E31
Complementary color
Monochromatic Colors of #302E31
Black with #302E31
Text Example
Text Example
White with #302E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E31; }
p { color: rgb(48,46,49); }
H1.HeaderClassName
{
color: #302E31;
}
.AnyTagClassName
{
color: #302E31;
}
</style>
background-color css
<style>
a { background-color: #302E31; }
a { background-color: rgb(48,46,49); }
div.DivClassName
{
background-color: #302E31;
}
.BgClassName
{
background-color: #302E31;
}
</style>
border-color css
<style>
span { border-color: #302E31; }
span { border-color: rgb(48,46,49); }
td.TdClassName
{
border-color: #302E31;
}
.TagClassName
{
border-color: #302E31;
}
</style>