Shades of Blackcurrant #302733
Tints of Blackcurrant #302733
RGB
CMYK
RGB Variations
Color information
#302733 (or 0x302733) is known color: Blackcurrant. HEX triplet: 30, 27 and 33. RGB value is (48,39,51). Sum of RGB (Red+Green+Blue) = 48+39+51=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 51 - color contains mainly: blue. Hex color #302733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302733 is #CFD8CC. Grayscale: #2B2B2B. Windows color (decimal): -13621453 or 3352368. OLE color: 3352368.
HSL color Cylindrical-coordinate representation of color #302733: hue angle of 285º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #302733 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 39 | 51 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.8 |
| HSL | 285º | 0.13% | 0.18% | - |
| HSV(B) | 285º | 0.24% | 0.2% | - |
| XYZ | 2.54 | 2.32 | 3.45 | - |
| YUV | 43.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 51 | 0.06 | 0.24 | 0 | 0.8 | 285 | 0.13 | 0.18 |
| Hex | 30 | 27 | 33 | 6 | 18 | 0 | 50 | 11D | D | 12 |
| Octal | 60 | 47 | 63 | 6 | 30 | 0 | 120 | 435 | 15 | 22 |
| Binary | 110000 | 100111 | 110011 | 110 | 11000 | 0 | 1010000 | 100011101 | 1101 | 10010 |
Color Harmonies of #302733
Complementary color
Monochromatic Colors of #302733
Black with #302733
Text Example
Text Example
White with #302733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302733; }
p { color: rgb(48,39,51); }
H1.HeaderClassName
{
color: #302733;
}
.AnyTagClassName
{
color: #302733;
}
</style>
background-color css
<style>
a { background-color: #302733; }
a { background-color: rgb(48,39,51); }
div.DivClassName
{
background-color: #302733;
}
.BgClassName
{
background-color: #302733;
}
</style>
border-color css
<style>
span { border-color: #302733; }
span { border-color: rgb(48,39,51); }
td.TdClassName
{
border-color: #302733;
}
.TagClassName
{
border-color: #302733;
}
</style>