Shades of Blackcurrant #302833
Tints of Blackcurrant #302833
RGB
CMYK
RGB Variations
Color information
#302833 (or 0x302833) is known color: Blackcurrant. HEX triplet: 30, 28 and 33. RGB value is (48,40,51). Sum of RGB (Red+Green+Blue) = 48+40+51=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 51 - color contains mainly: blue. Hex color #302833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302833 is #CFD7CC. Grayscale: #2B2B2B. Windows color (decimal): -13621197 or 3352624. OLE color: 3352624.
HSL color Cylindrical-coordinate representation of color #302833: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #302833 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 40 | 51 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.8 |
| HSL | 283.64º | 0.12% | 0.18% | - |
| HSV(B) | 283.64º | 0.22% | 0.2% | - |
| XYZ | 2.58 | 2.38 | 3.46 | - |
| YUV | 43.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 51 | 0.06 | 0.22 | 0 | 0.8 | 283.64 | 0.12 | 0.18 |
| Hex | 30 | 28 | 33 | 6 | 16 | 0 | 50 | 11C | C | 12 |
| Octal | 60 | 50 | 63 | 6 | 26 | 0 | 120 | 434 | 14 | 22 |
| Binary | 110000 | 101000 | 110011 | 110 | 10110 | 0 | 1010000 | 100011100 | 1100 | 10010 |
Color Harmonies of #302833
Complementary color
Monochromatic Colors of #302833
Black with #302833
Text Example
Text Example
White with #302833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302833; }
p { color: rgb(48,40,51); }
H1.HeaderClassName
{
color: #302833;
}
.AnyTagClassName
{
color: #302833;
}
</style>
background-color css
<style>
a { background-color: #302833; }
a { background-color: rgb(48,40,51); }
div.DivClassName
{
background-color: #302833;
}
.BgClassName
{
background-color: #302833;
}
</style>
border-color css
<style>
span { border-color: #302833; }
span { border-color: rgb(48,40,51); }
td.TdClassName
{
border-color: #302833;
}
.TagClassName
{
border-color: #302833;
}
</style>