Shades of Blackcurrant #300941
Tints of Blackcurrant #300941
RGB
CMYK
RGB Variations
Color information
#300941 (or 0x300941) is known color: Blackcurrant. HEX triplet: 30, 09 and 41. RGB value is (48,9,65). Sum of RGB (Red+Green+Blue) = 48+9+65=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #300941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300941 is #CFF6BE. Grayscale: #1A1A1A. Windows color (decimal): -13629119 or 4262192. OLE color: 4262192.
HSL color Cylindrical-coordinate representation of color #300941: hue angle of 281.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #300941 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 9 | 65 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.75 |
| HSL | 281.79º | 0.76% | 0.15% | - |
| HSV(B) | 281.79º | 0.86% | 0.25% | - |
| XYZ | 2.27 | 1.21 | 5.11 | - |
| YUV | 27.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 65 | 0.26 | 0.86 | 0 | 0.75 | 281.79 | 0.76 | 0.15 |
| Hex | 30 | 9 | 41 | 1A | 56 | 0 | 4B | 11A | 4C | F |
| Octal | 60 | 11 | 101 | 32 | 126 | 0 | 113 | 432 | 114 | 17 |
| Binary | 110000 | 1001 | 1000001 | 11010 | 1010110 | 0 | 1001011 | 100011010 | 1001100 | 1111 |
Color Harmonies of #300941
Complementary color
Monochromatic Colors of #300941
Black with #300941
Text Example
Text Example
White with #300941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300941; }
p { color: rgb(48,9,65); }
H1.HeaderClassName
{
color: #300941;
}
.AnyTagClassName
{
color: #300941;
}
</style>
background-color css
<style>
a { background-color: #300941; }
a { background-color: rgb(48,9,65); }
div.DivClassName
{
background-color: #300941;
}
.BgClassName
{
background-color: #300941;
}
</style>
border-color css
<style>
span { border-color: #300941; }
span { border-color: rgb(48,9,65); }
td.TdClassName
{
border-color: #300941;
}
.TagClassName
{
border-color: #300941;
}
</style>