Shades of Blackcurrant #302B32
Tints of Blackcurrant #302B32
RGB
CMYK
RGB Variations
Color information
#302B32 (or 0x302B32) is known color: Blackcurrant. HEX triplet: 30, 2B and 32. RGB value is (48,43,50). Sum of RGB (Red+Green+Blue) = 48+43+50=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 50 - color contains mainly: blue. Hex color #302B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B32 is #CFD4CD. Grayscale: #2D2D2D. Windows color (decimal): -13620430 or 3287856. OLE color: 3287856.
HSL color Cylindrical-coordinate representation of color #302B32: hue angle of 282.86º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #302B32 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 43 | 50 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.80 |
| HSL | 282.86º | 0.08% | 0.18% | - |
| HSV(B) | 282.86º | 0.14% | 0.2% | - |
| XYZ | 2.66 | 2.59 | 3.38 | - |
| YUV | 45.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 50 | 0.04 | 0.14 | 0 | 0.80 | 282.86 | 0.08 | 0.18 |
| Hex | 30 | 2B | 32 | 4 | E | 0 | 50 | 11B | 8 | 12 |
| Octal | 60 | 53 | 62 | 4 | 16 | 0 | 120 | 433 | 10 | 22 |
| Binary | 110000 | 101011 | 110010 | 100 | 1110 | 0 | 1010000 | 100011011 | 1000 | 10010 |
Color Harmonies of #302B32
Complementary color
Monochromatic Colors of #302B32
Black with #302B32
Text Example
Text Example
White with #302B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B32; }
p { color: rgb(48,43,50); }
H1.HeaderClassName
{
color: #302B32;
}
.AnyTagClassName
{
color: #302B32;
}
</style>
background-color css
<style>
a { background-color: #302B32; }
a { background-color: rgb(48,43,50); }
div.DivClassName
{
background-color: #302B32;
}
.BgClassName
{
background-color: #302B32;
}
</style>
border-color css
<style>
span { border-color: #302B32; }
span { border-color: rgb(48,43,50); }
td.TdClassName
{
border-color: #302B32;
}
.TagClassName
{
border-color: #302B32;
}
</style>