Shades of Blackcurrant #300F44
Tints of Blackcurrant #300F44
RGB
CMYK
RGB Variations
Color information
#300F44 (or 0x300F44) is known color: Blackcurrant. HEX triplet: 30, 0F and 44. RGB value is (48,15,68). Sum of RGB (Red+Green+Blue) = 48+15+68=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 68 (26.95% from 255 or 51.91% from 131); Max value from RGB is 68 - color contains mainly: blue. Hex color #300F44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F44 is #CFF0BB. Grayscale: #1E1E1E. Windows color (decimal): -13627580 or 4460336. OLE color: 4460336.
HSL color Cylindrical-coordinate representation of color #300F44: hue angle of 277.36º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #300F44 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 15 | 68 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.73 |
| HSL | 277.36º | 0.64% | 0.16% | - |
| HSV(B) | 277.36º | 0.78% | 0.27% | - |
| XYZ | 2.43 | 1.39 | 5.61 | - |
| YUV | 30.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 68 | 0.29 | 0.78 | 0 | 0.73 | 277.36 | 0.64 | 0.16 |
| Hex | 30 | F | 44 | 1D | 4E | 0 | 49 | 115 | 40 | 10 |
| Octal | 60 | 17 | 104 | 35 | 116 | 0 | 111 | 425 | 100 | 20 |
| Binary | 110000 | 1111 | 1000100 | 11101 | 1001110 | 0 | 1001001 | 100010101 | 1000000 | 10000 |
Color Harmonies of #300F44
Complementary color
Monochromatic Colors of #300F44
Black with #300F44
Text Example
Text Example
White with #300F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F44; }
p { color: rgb(48,15,68); }
H1.HeaderClassName
{
color: #300F44;
}
.AnyTagClassName
{
color: #300F44;
}
</style>
background-color css
<style>
a { background-color: #300F44; }
a { background-color: rgb(48,15,68); }
div.DivClassName
{
background-color: #300F44;
}
.BgClassName
{
background-color: #300F44;
}
</style>
border-color css
<style>
span { border-color: #300F44; }
span { border-color: rgb(48,15,68); }
td.TdClassName
{
border-color: #300F44;
}
.TagClassName
{
border-color: #300F44;
}
</style>