Shades of Blackcurrant #300A42
Tints of Blackcurrant #300A42
RGB
CMYK
RGB Variations
Color information
#300A42 (or 0x300A42) is known color: Blackcurrant. HEX triplet: 30, 0A and 42. RGB value is (48,10,66). Sum of RGB (Red+Green+Blue) = 48+10+66=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #300A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A42 is #CFF5BD. Grayscale: #1B1B1B. Windows color (decimal): -13628862 or 4327984. OLE color: 4327984.
HSL color Cylindrical-coordinate representation of color #300A42: hue angle of 280.71º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300A42 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 10 | 66 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.74 |
| HSL | 280.71º | 0.74% | 0.15% | - |
| HSV(B) | 280.71º | 0.85% | 0.26% | - |
| XYZ | 2.31 | 1.24 | 5.27 | - |
| YUV | 27.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 66 | 0.27 | 0.85 | 0 | 0.74 | 280.71 | 0.74 | 0.15 |
| Hex | 30 | A | 42 | 1B | 55 | 0 | 4A | 119 | 4A | F |
| Octal | 60 | 12 | 102 | 33 | 125 | 0 | 112 | 431 | 112 | 17 |
| Binary | 110000 | 1010 | 1000010 | 11011 | 1010101 | 0 | 1001010 | 100011001 | 1001010 | 1111 |
Color Harmonies of #300A42
Complementary color
Monochromatic Colors of #300A42
Black with #300A42
Text Example
Text Example
White with #300A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A42; }
p { color: rgb(48,10,66); }
H1.HeaderClassName
{
color: #300A42;
}
.AnyTagClassName
{
color: #300A42;
}
</style>
background-color css
<style>
a { background-color: #300A42; }
a { background-color: rgb(48,10,66); }
div.DivClassName
{
background-color: #300A42;
}
.BgClassName
{
background-color: #300A42;
}
</style>
border-color css
<style>
span { border-color: #300A42; }
span { border-color: rgb(48,10,66); }
td.TdClassName
{
border-color: #300A42;
}
.TagClassName
{
border-color: #300A42;
}
</style>