Shades of Blackcurrant #300C44
Tints of Blackcurrant #300C44
RGB
CMYK
RGB Variations
Color information
#300C44 (or 0x300C44) is known color: Blackcurrant. HEX triplet: 30, 0C and 44. RGB value is (48,12,68). Sum of RGB (Red+Green+Blue) = 48+12+68=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #300C44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C44 is #CFF3BB. Grayscale: #1C1C1C. Windows color (decimal): -13628348 or 4459568. OLE color: 4459568.
HSL color Cylindrical-coordinate representation of color #300C44: hue angle of 278.57º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #300C44 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 12 | 68 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.73 |
| HSL | 278.57º | 0.7% | 0.16% | - |
| HSV(B) | 278.57º | 0.82% | 0.27% | - |
| XYZ | 2.39 | 1.31 | 5.6 | - |
| YUV | 29.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 68 | 0.29 | 0.82 | 0 | 0.73 | 278.57 | 0.7 | 0.16 |
| Hex | 30 | C | 44 | 1D | 52 | 0 | 49 | 117 | 46 | 10 |
| Octal | 60 | 14 | 104 | 35 | 122 | 0 | 111 | 427 | 106 | 20 |
| Binary | 110000 | 1100 | 1000100 | 11101 | 1010010 | 0 | 1001001 | 100010111 | 1000110 | 10000 |
Color Harmonies of #300C44
Complementary color
Monochromatic Colors of #300C44
Black with #300C44
Text Example
Text Example
White with #300C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C44; }
p { color: rgb(48,12,68); }
H1.HeaderClassName
{
color: #300C44;
}
.AnyTagClassName
{
color: #300C44;
}
</style>
background-color css
<style>
a { background-color: #300C44; }
a { background-color: rgb(48,12,68); }
div.DivClassName
{
background-color: #300C44;
}
.BgClassName
{
background-color: #300C44;
}
</style>
border-color css
<style>
span { border-color: #300C44; }
span { border-color: rgb(48,12,68); }
td.TdClassName
{
border-color: #300C44;
}
.TagClassName
{
border-color: #300C44;
}
</style>