Shades of Blackcurrant #302D32
Tints of Blackcurrant #302D32
RGB
CMYK
RGB Variations
Color information
#302D32 (or 0x302D32) is known color: Blackcurrant. HEX triplet: 30, 2D and 32. RGB value is (48,45,50). Sum of RGB (Red+Green+Blue) = 48+45+50=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 50 - color contains mainly: blue. Hex color #302D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D32 is #CFD2CD. Grayscale: #2E2E2E. Windows color (decimal): -13619918 or 3288368. OLE color: 3288368.
HSL color Cylindrical-coordinate representation of color #302D32: hue angle of 276º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #302D32 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 45 | 50 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.80 |
| HSL | 276º | 0.05% | 0.19% | - |
| HSV(B) | 276º | 0.1% | 0.2% | - |
| XYZ | 2.73 | 2.74 | 3.4 | - |
| YUV | 46.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 50 | 0.04 | 0.10 | 0 | 0.80 | 276 | 0.05 | 0.19 |
| Hex | 30 | 2D | 32 | 4 | A | 0 | 50 | 114 | 5 | 13 |
| Octal | 60 | 55 | 62 | 4 | 12 | 0 | 120 | 424 | 5 | 23 |
| Binary | 110000 | 101101 | 110010 | 100 | 1010 | 0 | 1010000 | 100010100 | 101 | 10011 |
Color Harmonies of #302D32
Complementary color
Monochromatic Colors of #302D32
Black with #302D32
Text Example
Text Example
White with #302D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D32; }
p { color: rgb(48,45,50); }
H1.HeaderClassName
{
color: #302D32;
}
.AnyTagClassName
{
color: #302D32;
}
</style>
background-color css
<style>
a { background-color: #302D32; }
a { background-color: rgb(48,45,50); }
div.DivClassName
{
background-color: #302D32;
}
.BgClassName
{
background-color: #302D32;
}
</style>
border-color css
<style>
span { border-color: #302D32; }
span { border-color: rgb(48,45,50); }
td.TdClassName
{
border-color: #302D32;
}
.TagClassName
{
border-color: #302D32;
}
</style>