Shades of Blackcurrant #302535
Tints of Blackcurrant #302535
RGB
CMYK
RGB Variations
Color information
#302535 (or 0x302535) is known color: Blackcurrant. HEX triplet: 30, 25 and 35. RGB value is (48,37,53). Sum of RGB (Red+Green+Blue) = 48+37+53=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #302535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302535 is #CFDACA. Grayscale: #2A2A2A. Windows color (decimal): -13621963 or 3482928. OLE color: 3482928.
HSL color Cylindrical-coordinate representation of color #302535: hue angle of 281.25º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #302535 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 37 | 53 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.79 |
| HSL | 281.25º | 0.18% | 0.18% | - |
| HSV(B) | 281.25º | 0.3% | 0.21% | - |
| XYZ | 2.52 | 2.21 | 3.66 | - |
| YUV | 42.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 53 | 0.09 | 0.30 | 0 | 0.79 | 281.25 | 0.18 | 0.18 |
| Hex | 30 | 25 | 35 | 9 | 1E | 0 | 4F | 119 | 12 | 12 |
| Octal | 60 | 45 | 65 | 11 | 36 | 0 | 117 | 431 | 22 | 22 |
| Binary | 110000 | 100101 | 110101 | 1001 | 11110 | 0 | 1001111 | 100011001 | 10010 | 10010 |
Color Harmonies of #302535
Complementary color
Monochromatic Colors of #302535
Black with #302535
Text Example
Text Example
White with #302535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302535; }
p { color: rgb(48,37,53); }
H1.HeaderClassName
{
color: #302535;
}
.AnyTagClassName
{
color: #302535;
}
</style>
background-color css
<style>
a { background-color: #302535; }
a { background-color: rgb(48,37,53); }
div.DivClassName
{
background-color: #302535;
}
.BgClassName
{
background-color: #302535;
}
</style>
border-color css
<style>
span { border-color: #302535; }
span { border-color: rgb(48,37,53); }
td.TdClassName
{
border-color: #302535;
}
.TagClassName
{
border-color: #302535;
}
</style>