Shades of Blackcurrant #302638
Tints of Blackcurrant #302638
RGB
CMYK
RGB Variations
Color information
#302638 (or 0x302638) is known color: Blackcurrant. HEX triplet: 30, 26 and 38. RGB value is (48,38,56). Sum of RGB (Red+Green+Blue) = 48+38+56=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #302638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302638 is #CFD9C7. Grayscale: #2A2A2A. Windows color (decimal): -13621704 or 3679792. OLE color: 3679792.
HSL color Cylindrical-coordinate representation of color #302638: hue angle of 273.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #302638 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 38 | 56 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.78 |
| HSL | 273.33º | 0.19% | 0.18% | - |
| HSV(B) | 273.33º | 0.32% | 0.22% | - |
| XYZ | 2.63 | 2.3 | 4.05 | - |
| YUV | 43.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 56 | 0.14 | 0.32 | 0 | 0.78 | 273.33 | 0.19 | 0.18 |
| Hex | 30 | 26 | 38 | E | 20 | 0 | 4E | 111 | 13 | 12 |
| Octal | 60 | 46 | 70 | 16 | 40 | 0 | 116 | 421 | 23 | 22 |
| Binary | 110000 | 100110 | 111000 | 1110 | 100000 | 0 | 1001110 | 100010001 | 10011 | 10010 |
Color Harmonies of #302638
Complementary color
Monochromatic Colors of #302638
Black with #302638
Text Example
Text Example
White with #302638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302638; }
p { color: rgb(48,38,56); }
H1.HeaderClassName
{
color: #302638;
}
.AnyTagClassName
{
color: #302638;
}
</style>
background-color css
<style>
a { background-color: #302638; }
a { background-color: rgb(48,38,56); }
div.DivClassName
{
background-color: #302638;
}
.BgClassName
{
background-color: #302638;
}
</style>
border-color css
<style>
span { border-color: #302638; }
span { border-color: rgb(48,38,56); }
td.TdClassName
{
border-color: #302638;
}
.TagClassName
{
border-color: #302638;
}
</style>