Shades of Blackcurrant #33144D
Tints of Blackcurrant #33144D
RGB
CMYK
RGB Variations
Color information
#33144D (or 0x33144D) is known color: Blackcurrant. HEX triplet: 33, 14 and 4D. RGB value is (51,20,77). Sum of RGB (Red+Green+Blue) = 51+20+77=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #33144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33144D is #CCEBB2. Grayscale: #232323. Windows color (decimal): -13429683 or 5051443. OLE color: 5051443.
HSL color Cylindrical-coordinate representation of color #33144D: hue angle of 272.63º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33144D is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 20 | 77 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.70 |
| HSL | 272.63º | 0.59% | 0.19% | - |
| HSV(B) | 272.63º | 0.74% | 0.3% | - |
| XYZ | 2.95 | 1.74 | 7.2 | - |
| YUV | 35.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 77 | 0.34 | 0.74 | 0 | 0.70 | 272.63 | 0.59 | 0.19 |
| Hex | 33 | 14 | 4D | 22 | 4A | 0 | 46 | 111 | 3B | 13 |
| Octal | 63 | 24 | 115 | 42 | 112 | 0 | 106 | 421 | 73 | 23 |
| Binary | 110011 | 10100 | 1001101 | 100010 | 1001010 | 0 | 1000110 | 100010001 | 111011 | 10011 |
Color Harmonies of #33144D
Complementary color
Monochromatic Colors of #33144D
Black with #33144D
Text Example
Text Example
White with #33144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33144D; }
p { color: rgb(51,20,77); }
H1.HeaderClassName
{
color: #33144D;
}
.AnyTagClassName
{
color: #33144D;
}
</style>
background-color css
<style>
a { background-color: #33144D; }
a { background-color: rgb(51,20,77); }
div.DivClassName
{
background-color: #33144D;
}
.BgClassName
{
background-color: #33144D;
}
</style>
border-color css
<style>
span { border-color: #33144D; }
span { border-color: rgb(51,20,77); }
td.TdClassName
{
border-color: #33144D;
}
.TagClassName
{
border-color: #33144D;
}
</style>