Shades of Blackcurrant #33014C
Tints of Blackcurrant #33014C
RGB
CMYK
RGB Variations
Color information
#33014C (or 0x33014C) is known color: Blackcurrant. HEX triplet: 33, 01 and 4C. RGB value is (51,1,76). Sum of RGB (Red+Green+Blue) = 51+1+76=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #33014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33014C is #CCFEB3. Grayscale: #181818. Windows color (decimal): -13434548 or 4981043. OLE color: 4981043.
HSL color Cylindrical-coordinate representation of color #33014C: hue angle of 280º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33014C is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 1 | 76 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.70 |
| HSL | 280º | 0.97% | 0.15% | - |
| HSV(B) | 280º | 0.99% | 0.3% | - |
| XYZ | 2.68 | 1.25 | 6.94 | - |
| YUV | 24.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 76 | 0.33 | 0.99 | 0 | 0.70 | 280 | 0.97 | 0.15 |
| Hex | 33 | 1 | 4C | 21 | 63 | 0 | 46 | 118 | 61 | F |
| Octal | 63 | 1 | 114 | 41 | 143 | 0 | 106 | 430 | 141 | 17 |
| Binary | 110011 | 1 | 1001100 | 100001 | 1100011 | 0 | 1000110 | 100011000 | 1100001 | 1111 |
Color Harmonies of #33014C
Complementary color
Monochromatic Colors of #33014C
Black with #33014C
Text Example
Text Example
White with #33014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33014C; }
p { color: rgb(51,1,76); }
H1.HeaderClassName
{
color: #33014C;
}
.AnyTagClassName
{
color: #33014C;
}
</style>
background-color css
<style>
a { background-color: #33014C; }
a { background-color: rgb(51,1,76); }
div.DivClassName
{
background-color: #33014C;
}
.BgClassName
{
background-color: #33014C;
}
</style>
border-color css
<style>
span { border-color: #33014C; }
span { border-color: rgb(51,1,76); }
td.TdClassName
{
border-color: #33014C;
}
.TagClassName
{
border-color: #33014C;
}
</style>