Shades of Blackcurrant #300A4A
Tints of Blackcurrant #300A4A
RGB
CMYK
RGB Variations
Color information
#300A4A (or 0x300A4A) is known color: Blackcurrant. HEX triplet: 30, 0A and 4A. RGB value is (48,10,74). Sum of RGB (Red+Green+Blue) = 48+10+74=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #300A4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A4A is #CFF5B5. Grayscale: #1C1C1C. Windows color (decimal): -13628854 or 4852272. OLE color: 4852272.
HSL color Cylindrical-coordinate representation of color #300A4A: hue angle of 275.62º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #300A4A is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 10 | 74 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.71 |
| HSL | 275.63º | 0.76% | 0.16% | - |
| HSV(B) | 275.63º | 0.86% | 0.29% | - |
| XYZ | 2.56 | 1.34 | 6.6 | - |
| YUV | 28.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 74 | 0.35 | 0.86 | 0 | 0.71 | 275.63 | 0.76 | 0.16 |
| Hex | 30 | A | 4A | 23 | 56 | 0 | 47 | 114 | 4C | 10 |
| Octal | 60 | 12 | 112 | 43 | 126 | 0 | 107 | 424 | 114 | 20 |
| Binary | 110000 | 1010 | 1001010 | 100011 | 1010110 | 0 | 1000111 | 100010100 | 1001100 | 10000 |
Color Harmonies of #300A4A
Complementary color
Monochromatic Colors of #300A4A
Black with #300A4A
Text Example
Text Example
White with #300A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A4A; }
p { color: rgb(48,10,74); }
H1.HeaderClassName
{
color: #300A4A;
}
.AnyTagClassName
{
color: #300A4A;
}
</style>
background-color css
<style>
a { background-color: #300A4A; }
a { background-color: rgb(48,10,74); }
div.DivClassName
{
background-color: #300A4A;
}
.BgClassName
{
background-color: #300A4A;
}
</style>
border-color css
<style>
span { border-color: #300A4A; }
span { border-color: rgb(48,10,74); }
td.TdClassName
{
border-color: #300A4A;
}
.TagClassName
{
border-color: #300A4A;
}
</style>