Shades of Blackcurrant #300C41
Tints of Blackcurrant #300C41
RGB
CMYK
RGB Variations
Color information
#300C41 (or 0x300C41) is known color: Blackcurrant. HEX triplet: 30, 0C and 41. RGB value is (48,12,65). Sum of RGB (Red+Green+Blue) = 48+12+65=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #300C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C41 is #CFF3BE. Grayscale: #1C1C1C. Windows color (decimal): -13628351 or 4262960. OLE color: 4262960.
HSL color Cylindrical-coordinate representation of color #300C41: hue angle of 280.75º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #300C41 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 12 | 65 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.75 |
| HSL | 280.75º | 0.69% | 0.15% | - |
| HSV(B) | 280.75º | 0.82% | 0.25% | - |
| XYZ | 2.3 | 1.27 | 5.13 | - |
| YUV | 28.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 65 | 0.26 | 0.82 | 0 | 0.75 | 280.75 | 0.69 | 0.15 |
| Hex | 30 | C | 41 | 1A | 52 | 0 | 4B | 119 | 45 | F |
| Octal | 60 | 14 | 101 | 32 | 122 | 0 | 113 | 431 | 105 | 17 |
| Binary | 110000 | 1100 | 1000001 | 11010 | 1010010 | 0 | 1001011 | 100011001 | 1000101 | 1111 |
Color Harmonies of #300C41
Complementary color
Monochromatic Colors of #300C41
Black with #300C41
Text Example
Text Example
White with #300C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C41; }
p { color: rgb(48,12,65); }
H1.HeaderClassName
{
color: #300C41;
}
.AnyTagClassName
{
color: #300C41;
}
</style>
background-color css
<style>
a { background-color: #300C41; }
a { background-color: rgb(48,12,65); }
div.DivClassName
{
background-color: #300C41;
}
.BgClassName
{
background-color: #300C41;
}
</style>
border-color css
<style>
span { border-color: #300C41; }
span { border-color: rgb(48,12,65); }
td.TdClassName
{
border-color: #300C41;
}
.TagClassName
{
border-color: #300C41;
}
</style>