Shades of Blackcurrant #300D44
Tints of Blackcurrant #300D44
RGB
CMYK
RGB Variations
Color information
#300D44 (or 0x300D44) is known color: Blackcurrant. HEX triplet: 30, 0D and 44. RGB value is (48,13,68). Sum of RGB (Red+Green+Blue) = 48+13+68=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 68 (26.95% from 255 or 52.71% from 129); Max value from RGB is 68 - color contains mainly: blue. Hex color #300D44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D44 is #CFF2BB. Grayscale: #1D1D1D. Windows color (decimal): -13628092 or 4459824. OLE color: 4459824.
HSL color Cylindrical-coordinate representation of color #300D44: hue angle of 278.18º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300D44 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 13 | 68 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.73 |
| HSL | 278.18º | 0.68% | 0.16% | - |
| HSV(B) | 278.18º | 0.81% | 0.27% | - |
| XYZ | 2.41 | 1.33 | 5.6 | - |
| YUV | 29.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 68 | 0.29 | 0.81 | 0 | 0.73 | 278.18 | 0.68 | 0.16 |
| Hex | 30 | D | 44 | 1D | 51 | 0 | 49 | 116 | 44 | 10 |
| Octal | 60 | 15 | 104 | 35 | 121 | 0 | 111 | 426 | 104 | 20 |
| Binary | 110000 | 1101 | 1000100 | 11101 | 1010001 | 0 | 1001001 | 100010110 | 1000100 | 10000 |
Color Harmonies of #300D44
Complementary color
Monochromatic Colors of #300D44
Black with #300D44
Text Example
Text Example
White with #300D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D44; }
p { color: rgb(48,13,68); }
H1.HeaderClassName
{
color: #300D44;
}
.AnyTagClassName
{
color: #300D44;
}
</style>
background-color css
<style>
a { background-color: #300D44; }
a { background-color: rgb(48,13,68); }
div.DivClassName
{
background-color: #300D44;
}
.BgClassName
{
background-color: #300D44;
}
</style>
border-color css
<style>
span { border-color: #300D44; }
span { border-color: rgb(48,13,68); }
td.TdClassName
{
border-color: #300D44;
}
.TagClassName
{
border-color: #300D44;
}
</style>