Shades of Blackcurrant #33134E
Tints of Blackcurrant #33134E
RGB
CMYK
RGB Variations
Color information
#33134E (or 0x33134E) is known color: Blackcurrant. HEX triplet: 33, 13 and 4E. RGB value is (51,19,78). Sum of RGB (Red+Green+Blue) = 51+19+78=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #33134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33134E is #CCECB1. Grayscale: #232323. Windows color (decimal): -13429938 or 5116723. OLE color: 5116723.
HSL color Cylindrical-coordinate representation of color #33134E: hue angle of 272.54º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33134E is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 19 | 78 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.69 |
| HSL | 272.54º | 0.61% | 0.19% | - |
| HSV(B) | 272.54º | 0.76% | 0.31% | - |
| XYZ | 2.97 | 1.72 | 7.38 | - |
| YUV | 35.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 78 | 0.35 | 0.76 | 0 | 0.69 | 272.54 | 0.61 | 0.19 |
| Hex | 33 | 13 | 4E | 23 | 4C | 0 | 45 | 111 | 3D | 13 |
| Octal | 63 | 23 | 116 | 43 | 114 | 0 | 105 | 421 | 75 | 23 |
| Binary | 110011 | 10011 | 1001110 | 100011 | 1001100 | 0 | 1000101 | 100010001 | 111101 | 10011 |
Color Harmonies of #33134E
Complementary color
Monochromatic Colors of #33134E
Black with #33134E
Text Example
Text Example
White with #33134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33134E; }
p { color: rgb(51,19,78); }
H1.HeaderClassName
{
color: #33134E;
}
.AnyTagClassName
{
color: #33134E;
}
</style>
background-color css
<style>
a { background-color: #33134E; }
a { background-color: rgb(51,19,78); }
div.DivClassName
{
background-color: #33134E;
}
.BgClassName
{
background-color: #33134E;
}
</style>
border-color css
<style>
span { border-color: #33134E; }
span { border-color: rgb(51,19,78); }
td.TdClassName
{
border-color: #33134E;
}
.TagClassName
{
border-color: #33134E;
}
</style>