Shades of Blackcurrant #33144A
Tints of Blackcurrant #33144A
RGB
CMYK
RGB Variations
Color information
#33144A (or 0x33144A) is known color: Blackcurrant. HEX triplet: 33, 14 and 4A. RGB value is (51,20,74). Sum of RGB (Red+Green+Blue) = 51+20+74=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #33144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33144A is #CCEBB5. Grayscale: #232323. Windows color (decimal): -13429686 or 4854835. OLE color: 4854835.
HSL color Cylindrical-coordinate representation of color #33144A: hue angle of 274.44º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33144A is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 20 | 74 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.71 |
| HSL | 274.44º | 0.57% | 0.18% | - |
| HSV(B) | 274.44º | 0.73% | 0.29% | - |
| XYZ | 2.85 | 1.7 | 6.66 | - |
| YUV | 35.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 74 | 0.31 | 0.73 | 0 | 0.71 | 274.44 | 0.57 | 0.18 |
| Hex | 33 | 14 | 4A | 1F | 49 | 0 | 47 | 112 | 39 | 12 |
| Octal | 63 | 24 | 112 | 37 | 111 | 0 | 107 | 422 | 71 | 22 |
| Binary | 110011 | 10100 | 1001010 | 11111 | 1001001 | 0 | 1000111 | 100010010 | 111001 | 10010 |
Color Harmonies of #33144A
Complementary color
Monochromatic Colors of #33144A
Black with #33144A
Text Example
Text Example
White with #33144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33144A; }
p { color: rgb(51,20,74); }
H1.HeaderClassName
{
color: #33144A;
}
.AnyTagClassName
{
color: #33144A;
}
</style>
background-color css
<style>
a { background-color: #33144A; }
a { background-color: rgb(51,20,74); }
div.DivClassName
{
background-color: #33144A;
}
.BgClassName
{
background-color: #33144A;
}
</style>
border-color css
<style>
span { border-color: #33144A; }
span { border-color: rgb(51,20,74); }
td.TdClassName
{
border-color: #33144A;
}
.TagClassName
{
border-color: #33144A;
}
</style>