Shades of Blackcurrant #301D3E
Tints of Blackcurrant #301D3E
RGB
CMYK
RGB Variations
Color information
#301D3E (or 0x301D3E) is known color: Blackcurrant. HEX triplet: 30, 1D and 3E. RGB value is (48,29,62). Sum of RGB (Red+Green+Blue) = 48+29+62=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #301D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D3E is #CFE2C1. Grayscale: #262626. Windows color (decimal): -13624002 or 4070704. OLE color: 4070704.
HSL color Cylindrical-coordinate representation of color #301D3E: hue angle of 274.55º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #301D3E is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 29 | 62 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.76 |
| HSL | 274.55º | 0.36% | 0.18% | - |
| HSV(B) | 274.55º | 0.53% | 0.24% | - |
| XYZ | 2.53 | 1.85 | 4.78 | - |
| YUV | 38.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 62 | 0.23 | 0.53 | 0 | 0.76 | 274.55 | 0.36 | 0.18 |
| Hex | 30 | 1D | 3E | 17 | 35 | 0 | 4C | 113 | 24 | 12 |
| Octal | 60 | 35 | 76 | 27 | 65 | 0 | 114 | 423 | 44 | 22 |
| Binary | 110000 | 11101 | 111110 | 10111 | 110101 | 0 | 1001100 | 100010011 | 100100 | 10010 |
Color Harmonies of #301D3E
Complementary color
Monochromatic Colors of #301D3E
Black with #301D3E
Text Example
Text Example
White with #301D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D3E; }
p { color: rgb(48,29,62); }
H1.HeaderClassName
{
color: #301D3E;
}
.AnyTagClassName
{
color: #301D3E;
}
</style>
background-color css
<style>
a { background-color: #301D3E; }
a { background-color: rgb(48,29,62); }
div.DivClassName
{
background-color: #301D3E;
}
.BgClassName
{
background-color: #301D3E;
}
</style>
border-color css
<style>
span { border-color: #301D3E; }
span { border-color: rgb(48,29,62); }
td.TdClassName
{
border-color: #301D3E;
}
.TagClassName
{
border-color: #301D3E;
}
</style>