Shades of Blackcurrant #302434
Tints of Blackcurrant #302434
RGB
CMYK
RGB Variations
Color information
#302434 (or 0x302434) is known color: Blackcurrant. HEX triplet: 30, 24 and 34. RGB value is (48,36,52). Sum of RGB (Red+Green+Blue) = 48+36+52=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #302434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302434 is #CFDBCB. Grayscale: #292929. Windows color (decimal): -13622220 or 3417136. OLE color: 3417136.
HSL color Cylindrical-coordinate representation of color #302434: hue angle of 285º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302434 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 36 | 52 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.80 |
| HSL | 285º | 0.18% | 0.17% | - |
| HSV(B) | 285º | 0.31% | 0.2% | - |
| XYZ | 2.47 | 2.14 | 3.53 | - |
| YUV | 41.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 52 | 0.08 | 0.31 | 0 | 0.80 | 285 | 0.18 | 0.17 |
| Hex | 30 | 24 | 34 | 8 | 1F | 0 | 50 | 11D | 12 | 11 |
| Octal | 60 | 44 | 64 | 10 | 37 | 0 | 120 | 435 | 22 | 21 |
| Binary | 110000 | 100100 | 110100 | 1000 | 11111 | 0 | 1010000 | 100011101 | 10010 | 10001 |
Color Harmonies of #302434
Complementary color
Monochromatic Colors of #302434
Black with #302434
Text Example
Text Example
White with #302434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302434; }
p { color: rgb(48,36,52); }
H1.HeaderClassName
{
color: #302434;
}
.AnyTagClassName
{
color: #302434;
}
</style>
background-color css
<style>
a { background-color: #302434; }
a { background-color: rgb(48,36,52); }
div.DivClassName
{
background-color: #302434;
}
.BgClassName
{
background-color: #302434;
}
</style>
border-color css
<style>
span { border-color: #302434; }
span { border-color: rgb(48,36,52); }
td.TdClassName
{
border-color: #302434;
}
.TagClassName
{
border-color: #302434;
}
</style>