Shades of Blackcurrant #30143B
Tints of Blackcurrant #30143B
RGB
CMYK
RGB Variations
Color information
#30143B (or 0x30143B) is known color: Blackcurrant. HEX triplet: 30, 14 and 3B. RGB value is (48,20,59). Sum of RGB (Red+Green+Blue) = 48+20+59=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 59 - color contains mainly: blue. Hex color #30143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30143B is #CFEBC4. Grayscale: #202020. Windows color (decimal): -13626309 or 3871792. OLE color: 3871792.
HSL color Cylindrical-coordinate representation of color #30143B: hue angle of 283.08º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30143B is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 20 | 59 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.77 |
| HSL | 283.08º | 0.49% | 0.15% | - |
| HSV(B) | 283.08º | 0.66% | 0.23% | - |
| XYZ | 2.26 | 1.44 | 4.3 | - |
| YUV | 32.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 59 | 0.19 | 0.66 | 0 | 0.77 | 283.08 | 0.49 | 0.15 |
| Hex | 30 | 14 | 3B | 13 | 42 | 0 | 4D | 11B | 31 | F |
| Octal | 60 | 24 | 73 | 23 | 102 | 0 | 115 | 433 | 61 | 17 |
| Binary | 110000 | 10100 | 111011 | 10011 | 1000010 | 0 | 1001101 | 100011011 | 110001 | 1111 |
Color Harmonies of #30143B
Complementary color
Monochromatic Colors of #30143B
Black with #30143B
Text Example
Text Example
White with #30143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30143B; }
p { color: rgb(48,20,59); }
H1.HeaderClassName
{
color: #30143B;
}
.AnyTagClassName
{
color: #30143B;
}
</style>
background-color css
<style>
a { background-color: #30143B; }
a { background-color: rgb(48,20,59); }
div.DivClassName
{
background-color: #30143B;
}
.BgClassName
{
background-color: #30143B;
}
</style>
border-color css
<style>
span { border-color: #30143B; }
span { border-color: rgb(48,20,59); }
td.TdClassName
{
border-color: #30143B;
}
.TagClassName
{
border-color: #30143B;
}
</style>