Shades of Blackcurrant #301A3F
Tints of Blackcurrant #301A3F
RGB
CMYK
RGB Variations
Color information
#301A3F (or 0x301A3F) is known color: Blackcurrant. HEX triplet: 30, 1A and 3F. RGB value is (48,26,63). Sum of RGB (Red+Green+Blue) = 48+26+63=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #301A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A3F is #CFE5C0. Grayscale: #242424. Windows color (decimal): -13624769 or 4135472. OLE color: 4135472.
HSL color Cylindrical-coordinate representation of color #301A3F: hue angle of 275.68º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #301A3F is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 26 | 63 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.75 |
| HSL | 275.68º | 0.42% | 0.17% | - |
| HSV(B) | 275.68º | 0.59% | 0.25% | - |
| XYZ | 2.49 | 1.73 | 4.9 | - |
| YUV | 36.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 63 | 0.24 | 0.59 | 0 | 0.75 | 275.68 | 0.42 | 0.17 |
| Hex | 30 | 1A | 3F | 18 | 3B | 0 | 4B | 114 | 2A | 11 |
| Octal | 60 | 32 | 77 | 30 | 73 | 0 | 113 | 424 | 52 | 21 |
| Binary | 110000 | 11010 | 111111 | 11000 | 111011 | 0 | 1001011 | 100010100 | 101010 | 10001 |
Color Harmonies of #301A3F
Complementary color
Monochromatic Colors of #301A3F
Black with #301A3F
Text Example
Text Example
White with #301A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A3F; }
p { color: rgb(48,26,63); }
H1.HeaderClassName
{
color: #301A3F;
}
.AnyTagClassName
{
color: #301A3F;
}
</style>
background-color css
<style>
a { background-color: #301A3F; }
a { background-color: rgb(48,26,63); }
div.DivClassName
{
background-color: #301A3F;
}
.BgClassName
{
background-color: #301A3F;
}
</style>
border-color css
<style>
span { border-color: #301A3F; }
span { border-color: rgb(48,26,63); }
td.TdClassName
{
border-color: #301A3F;
}
.TagClassName
{
border-color: #301A3F;
}
</style>