Shades of Blackcurrant #33114C
Tints of Blackcurrant #33114C
RGB
CMYK
RGB Variations
Color information
#33114C (or 0x33114C) is known color: Blackcurrant. HEX triplet: 33, 11 and 4C. RGB value is (51,17,76). Sum of RGB (Red+Green+Blue) = 51+17+76=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #33114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33114C is #CCEEB3. Grayscale: #212121. Windows color (decimal): -13430452 or 4985139. OLE color: 4985139.
HSL color Cylindrical-coordinate representation of color #33114C: hue angle of 274.58º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33114C is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 17 | 76 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.70 |
| HSL | 274.58º | 0.63% | 0.18% | - |
| HSV(B) | 274.58º | 0.78% | 0.3% | - |
| XYZ | 2.87 | 1.63 | 7 | - |
| YUV | 33.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 76 | 0.33 | 0.78 | 0 | 0.70 | 274.58 | 0.63 | 0.18 |
| Hex | 33 | 11 | 4C | 21 | 4E | 0 | 46 | 113 | 3F | 12 |
| Octal | 63 | 21 | 114 | 41 | 116 | 0 | 106 | 423 | 77 | 22 |
| Binary | 110011 | 10001 | 1001100 | 100001 | 1001110 | 0 | 1000110 | 100010011 | 111111 | 10010 |
Color Harmonies of #33114C
Complementary color
Monochromatic Colors of #33114C
Black with #33114C
Text Example
Text Example
White with #33114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33114C; }
p { color: rgb(51,17,76); }
H1.HeaderClassName
{
color: #33114C;
}
.AnyTagClassName
{
color: #33114C;
}
</style>
background-color css
<style>
a { background-color: #33114C; }
a { background-color: rgb(51,17,76); }
div.DivClassName
{
background-color: #33114C;
}
.BgClassName
{
background-color: #33114C;
}
</style>
border-color css
<style>
span { border-color: #33114C; }
span { border-color: rgb(51,17,76); }
td.TdClassName
{
border-color: #33114C;
}
.TagClassName
{
border-color: #33114C;
}
</style>