Shades of Blackcurrant #302A34
Tints of Blackcurrant #302A34
RGB
CMYK
RGB Variations
Color information
#302A34 (or 0x302A34) is known color: Blackcurrant. HEX triplet: 30, 2A and 34. RGB value is (48,42,52). Sum of RGB (Red+Green+Blue) = 48+42+52=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 52 - color contains mainly: blue. Hex color #302A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A34 is #CFD5CB. Grayscale: #2C2C2C. Windows color (decimal): -13620684 or 3418672. OLE color: 3418672.
HSL color Cylindrical-coordinate representation of color #302A34: hue angle of 276º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #302A34 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 42 | 52 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.80 |
| HSL | 276º | 0.11% | 0.18% | - |
| HSV(B) | 276º | 0.19% | 0.2% | - |
| XYZ | 2.67 | 2.53 | 3.6 | - |
| YUV | 44.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 52 | 0.08 | 0.19 | 0 | 0.80 | 276 | 0.11 | 0.18 |
| Hex | 30 | 2A | 34 | 8 | 13 | 0 | 50 | 114 | B | 12 |
| Octal | 60 | 52 | 64 | 10 | 23 | 0 | 120 | 424 | 13 | 22 |
| Binary | 110000 | 101010 | 110100 | 1000 | 10011 | 0 | 1010000 | 100010100 | 1011 | 10010 |
Color Harmonies of #302A34
Complementary color
Monochromatic Colors of #302A34
Black with #302A34
Text Example
Text Example
White with #302A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A34; }
p { color: rgb(48,42,52); }
H1.HeaderClassName
{
color: #302A34;
}
.AnyTagClassName
{
color: #302A34;
}
</style>
background-color css
<style>
a { background-color: #302A34; }
a { background-color: rgb(48,42,52); }
div.DivClassName
{
background-color: #302A34;
}
.BgClassName
{
background-color: #302A34;
}
</style>
border-color css
<style>
span { border-color: #302A34; }
span { border-color: rgb(48,42,52); }
td.TdClassName
{
border-color: #302A34;
}
.TagClassName
{
border-color: #302A34;
}
</style>