Shades of Blackcurrant #301A39
Tints of Blackcurrant #301A39
RGB
CMYK
RGB Variations
Color information
#301A39 (or 0x301A39) is known color: Blackcurrant. HEX triplet: 30, 1A and 39. RGB value is (48,26,57). Sum of RGB (Red+Green+Blue) = 48+26+57=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #301A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A39 is #CFE5C6. Grayscale: #242424. Windows color (decimal): -13624775 or 3742256. OLE color: 3742256.
HSL color Cylindrical-coordinate representation of color #301A39: hue angle of 282.58º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301A39 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 26 | 57 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.78 |
| HSL | 282.58º | 0.37% | 0.16% | - |
| HSV(B) | 282.58º | 0.54% | 0.22% | - |
| XYZ | 2.33 | 1.66 | 4.07 | - |
| YUV | 36.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 57 | 0.16 | 0.54 | 0 | 0.78 | 282.58 | 0.37 | 0.16 |
| Hex | 30 | 1A | 39 | 10 | 36 | 0 | 4E | 11B | 25 | 10 |
| Octal | 60 | 32 | 71 | 20 | 66 | 0 | 116 | 433 | 45 | 20 |
| Binary | 110000 | 11010 | 111001 | 10000 | 110110 | 0 | 1001110 | 100011011 | 100101 | 10000 |
Color Harmonies of #301A39
Complementary color
Monochromatic Colors of #301A39
Black with #301A39
Text Example
Text Example
White with #301A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A39; }
p { color: rgb(48,26,57); }
H1.HeaderClassName
{
color: #301A39;
}
.AnyTagClassName
{
color: #301A39;
}
</style>
background-color css
<style>
a { background-color: #301A39; }
a { background-color: rgb(48,26,57); }
div.DivClassName
{
background-color: #301A39;
}
.BgClassName
{
background-color: #301A39;
}
</style>
border-color css
<style>
span { border-color: #301A39; }
span { border-color: rgb(48,26,57); }
td.TdClassName
{
border-color: #301A39;
}
.TagClassName
{
border-color: #301A39;
}
</style>