Shades of Blackcurrant #302A32
Tints of Blackcurrant #302A32
RGB
CMYK
RGB Variations
Color information
#302A32 (or 0x302A32) is known color: Blackcurrant. HEX triplet: 30, 2A and 32. RGB value is (48,42,50). Sum of RGB (Red+Green+Blue) = 48+42+50=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 50 - color contains mainly: blue. Hex color #302A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A32 is #CFD5CD. Grayscale: #2C2C2C. Windows color (decimal): -13620686 or 3287600. OLE color: 3287600.
HSL color Cylindrical-coordinate representation of color #302A32: hue angle of 285º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #302A32 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 42 | 50 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.80 |
| HSL | 285º | 0.09% | 0.18% | - |
| HSV(B) | 285º | 0.16% | 0.2% | - |
| XYZ | 2.62 | 2.51 | 3.36 | - |
| YUV | 44.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 50 | 0.04 | 0.16 | 0 | 0.80 | 285 | 0.09 | 0.18 |
| Hex | 30 | 2A | 32 | 4 | 10 | 0 | 50 | 11D | 9 | 12 |
| Octal | 60 | 52 | 62 | 4 | 20 | 0 | 120 | 435 | 11 | 22 |
| Binary | 110000 | 101010 | 110010 | 100 | 10000 | 0 | 1010000 | 100011101 | 1001 | 10010 |
Color Harmonies of #302A32
Complementary color
Monochromatic Colors of #302A32
Black with #302A32
Text Example
Text Example
White with #302A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A32; }
p { color: rgb(48,42,50); }
H1.HeaderClassName
{
color: #302A32;
}
.AnyTagClassName
{
color: #302A32;
}
</style>
background-color css
<style>
a { background-color: #302A32; }
a { background-color: rgb(48,42,50); }
div.DivClassName
{
background-color: #302A32;
}
.BgClassName
{
background-color: #302A32;
}
</style>
border-color css
<style>
span { border-color: #302A32; }
span { border-color: rgb(48,42,50); }
td.TdClassName
{
border-color: #302A32;
}
.TagClassName
{
border-color: #302A32;
}
</style>