Shades of Blackcurrant #301436
Tints of Blackcurrant #301436
RGB
CMYK
RGB Variations
Color information
#301436 (or 0x301436) is known color: Blackcurrant. HEX triplet: 30, 14 and 36. RGB value is (48,20,54). Sum of RGB (Red+Green+Blue) = 48+20+54=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #301436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301436 is #CFEBC9. Grayscale: #202020. Windows color (decimal): -13626314 or 3544112. OLE color: 3544112.
HSL color Cylindrical-coordinate representation of color #301436: hue angle of 289.41º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #301436 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 20 | 54 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.79 |
| HSL | 289.41º | 0.46% | 0.15% | - |
| HSV(B) | 289.41º | 0.63% | 0.21% | - |
| XYZ | 2.13 | 1.4 | 3.65 | - |
| YUV | 32.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 54 | 0.11 | 0.63 | 0 | 0.79 | 289.41 | 0.46 | 0.15 |
| Hex | 30 | 14 | 36 | B | 3F | 0 | 4F | 121 | 2E | F |
| Octal | 60 | 24 | 66 | 13 | 77 | 0 | 117 | 441 | 56 | 17 |
| Binary | 110000 | 10100 | 110110 | 1011 | 111111 | 0 | 1001111 | 100100001 | 101110 | 1111 |
Color Harmonies of #301436
Complementary color
Monochromatic Colors of #301436
Black with #301436
Text Example
Text Example
White with #301436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301436; }
p { color: rgb(48,20,54); }
H1.HeaderClassName
{
color: #301436;
}
.AnyTagClassName
{
color: #301436;
}
</style>
background-color css
<style>
a { background-color: #301436; }
a { background-color: rgb(48,20,54); }
div.DivClassName
{
background-color: #301436;
}
.BgClassName
{
background-color: #301436;
}
</style>
border-color css
<style>
span { border-color: #301436; }
span { border-color: rgb(48,20,54); }
td.TdClassName
{
border-color: #301436;
}
.TagClassName
{
border-color: #301436;
}
</style>