Shades of Blackcurrant #302738
Tints of Blackcurrant #302738
RGB
CMYK
RGB Variations
Color information
#302738 (or 0x302738) is known color: Blackcurrant. HEX triplet: 30, 27 and 38. RGB value is (48,39,56). Sum of RGB (Red+Green+Blue) = 48+39+56=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #302738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302738 is #CFD8C7. Grayscale: #2B2B2B. Windows color (decimal): -13621448 or 3680048. OLE color: 3680048.
HSL color Cylindrical-coordinate representation of color #302738: hue angle of 271.76º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #302738 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 39 | 56 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.78 |
| HSL | 271.76º | 0.18% | 0.19% | - |
| HSV(B) | 271.76º | 0.3% | 0.22% | - |
| XYZ | 2.66 | 2.36 | 4.06 | - |
| YUV | 43.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 56 | 0.14 | 0.30 | 0 | 0.78 | 271.76 | 0.18 | 0.19 |
| Hex | 30 | 27 | 38 | E | 1E | 0 | 4E | 110 | 12 | 13 |
| Octal | 60 | 47 | 70 | 16 | 36 | 0 | 116 | 420 | 22 | 23 |
| Binary | 110000 | 100111 | 111000 | 1110 | 11110 | 0 | 1001110 | 100010000 | 10010 | 10011 |
Color Harmonies of #302738
Complementary color
Monochromatic Colors of #302738
Black with #302738
Text Example
Text Example
White with #302738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302738; }
p { color: rgb(48,39,56); }
H1.HeaderClassName
{
color: #302738;
}
.AnyTagClassName
{
color: #302738;
}
</style>
background-color css
<style>
a { background-color: #302738; }
a { background-color: rgb(48,39,56); }
div.DivClassName
{
background-color: #302738;
}
.BgClassName
{
background-color: #302738;
}
</style>
border-color css
<style>
span { border-color: #302738; }
span { border-color: rgb(48,39,56); }
td.TdClassName
{
border-color: #302738;
}
.TagClassName
{
border-color: #302738;
}
</style>