Shades of Blackcurrant #33014E
Tints of Blackcurrant #33014E
RGB
CMYK
RGB Variations
Color information
#33014E (or 0x33014E) is known color: Blackcurrant. HEX triplet: 33, 01 and 4E. RGB value is (51,1,78). Sum of RGB (Red+Green+Blue) = 51+1+78=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #33014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33014E is #CCFEB1. Grayscale: #181818. Windows color (decimal): -13434546 or 5112115. OLE color: 5112115.
HSL color Cylindrical-coordinate representation of color #33014E: hue angle of 278.96º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33014E is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 1 | 78 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.69 |
| HSL | 278.96º | 0.97% | 0.15% | - |
| HSV(B) | 278.96º | 0.99% | 0.31% | - |
| XYZ | 2.75 | 1.28 | 7.31 | - |
| YUV | 24.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 78 | 0.35 | 0.99 | 0 | 0.69 | 278.96 | 0.97 | 0.15 |
| Hex | 33 | 1 | 4E | 23 | 63 | 0 | 45 | 117 | 61 | F |
| Octal | 63 | 1 | 116 | 43 | 143 | 0 | 105 | 427 | 141 | 17 |
| Binary | 110011 | 1 | 1001110 | 100011 | 1100011 | 0 | 1000101 | 100010111 | 1100001 | 1111 |
Color Harmonies of #33014E
Complementary color
Monochromatic Colors of #33014E
Black with #33014E
Text Example
Text Example
White with #33014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33014E; }
p { color: rgb(51,1,78); }
H1.HeaderClassName
{
color: #33014E;
}
.AnyTagClassName
{
color: #33014E;
}
</style>
background-color css
<style>
a { background-color: #33014E; }
a { background-color: rgb(51,1,78); }
div.DivClassName
{
background-color: #33014E;
}
.BgClassName
{
background-color: #33014E;
}
</style>
border-color css
<style>
span { border-color: #33014E; }
span { border-color: rgb(51,1,78); }
td.TdClassName
{
border-color: #33014E;
}
.TagClassName
{
border-color: #33014E;
}
</style>