Shades of Blackcurrant #302838
Tints of Blackcurrant #302838
RGB
CMYK
RGB Variations
Color information
#302838 (or 0x302838) is known color: Blackcurrant. HEX triplet: 30, 28 and 38. RGB value is (48,40,56). Sum of RGB (Red+Green+Blue) = 48+40+56=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #302838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302838 is #CFD7C7. Grayscale: #2C2C2C. Windows color (decimal): -13621192 or 3680304. OLE color: 3680304.
HSL color Cylindrical-coordinate representation of color #302838: hue angle of 270º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #302838 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 40 | 56 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.78 |
| HSL | 270º | 0.17% | 0.19% | - |
| HSV(B) | 270º | 0.29% | 0.22% | - |
| XYZ | 2.69 | 2.43 | 4.07 | - |
| YUV | 44.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 56 | 0.14 | 0.29 | 0 | 0.78 | 270 | 0.17 | 0.19 |
| Hex | 30 | 28 | 38 | E | 1D | 0 | 4E | 10E | 11 | 13 |
| Octal | 60 | 50 | 70 | 16 | 35 | 0 | 116 | 416 | 21 | 23 |
| Binary | 110000 | 101000 | 111000 | 1110 | 11101 | 0 | 1001110 | 100001110 | 10001 | 10011 |
Color Harmonies of #302838
Complementary color
Monochromatic Colors of #302838
Black with #302838
Text Example
Text Example
White with #302838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302838; }
p { color: rgb(48,40,56); }
H1.HeaderClassName
{
color: #302838;
}
.AnyTagClassName
{
color: #302838;
}
</style>
background-color css
<style>
a { background-color: #302838; }
a { background-color: rgb(48,40,56); }
div.DivClassName
{
background-color: #302838;
}
.BgClassName
{
background-color: #302838;
}
</style>
border-color css
<style>
span { border-color: #302838; }
span { border-color: rgb(48,40,56); }
td.TdClassName
{
border-color: #302838;
}
.TagClassName
{
border-color: #302838;
}
</style>