Shades of Blackcurrant #300152
Tints of Blackcurrant #300152
RGB
CMYK
RGB Variations
Color information
#300152 (or 0x300152) is known color: Blackcurrant. HEX triplet: 30, 01 and 52. RGB value is (48,1,82). Sum of RGB (Red+Green+Blue) = 48+1+82=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #300152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300152 is #CFFEAD. Grayscale: #181818. Windows color (decimal): -13631150 or 5374256. OLE color: 5374256.
HSL color Cylindrical-coordinate representation of color #300152: hue angle of 274.81º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300152 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 1 | 82 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.68 |
| HSL | 274.81º | 0.98% | 0.16% | - |
| HSV(B) | 274.81º | 0.99% | 0.32% | - |
| XYZ | 2.75 | 1.26 | 8.08 | - |
| YUV | 24.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 82 | 0.41 | 0.99 | 0 | 0.68 | 274.81 | 0.98 | 0.16 |
| Hex | 30 | 1 | 52 | 29 | 63 | 0 | 44 | 113 | 62 | 10 |
| Octal | 60 | 1 | 122 | 51 | 143 | 0 | 104 | 423 | 142 | 20 |
| Binary | 110000 | 1 | 1010010 | 101001 | 1100011 | 0 | 1000100 | 100010011 | 1100010 | 10000 |
Color Harmonies of #300152
Complementary color
Monochromatic Colors of #300152
Black with #300152
Text Example
Text Example
White with #300152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300152; }
p { color: rgb(48,1,82); }
H1.HeaderClassName
{
color: #300152;
}
.AnyTagClassName
{
color: #300152;
}
</style>
background-color css
<style>
a { background-color: #300152; }
a { background-color: rgb(48,1,82); }
div.DivClassName
{
background-color: #300152;
}
.BgClassName
{
background-color: #300152;
}
</style>
border-color css
<style>
span { border-color: #300152; }
span { border-color: rgb(48,1,82); }
td.TdClassName
{
border-color: #300152;
}
.TagClassName
{
border-color: #300152;
}
</style>