Shades of Blackcurrant #33144C
Tints of Blackcurrant #33144C
RGB
CMYK
RGB Variations
Color information
#33144C (or 0x33144C) is known color: Blackcurrant. HEX triplet: 33, 14 and 4C. RGB value is (51,20,76). Sum of RGB (Red+Green+Blue) = 51+20+76=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #33144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33144C is #CCEBB3. Grayscale: #232323. Windows color (decimal): -13429684 or 4985907. OLE color: 4985907.
HSL color Cylindrical-coordinate representation of color #33144C: hue angle of 273.21º degrees, saturation: 0.58, 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 #33144C is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 20 | 76 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.70 |
| HSL | 273.21º | 0.58% | 0.19% | - |
| HSV(B) | 273.21º | 0.74% | 0.3% | - |
| XYZ | 2.92 | 1.73 | 7.02 | - |
| YUV | 35.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 76 | 0.33 | 0.74 | 0 | 0.70 | 273.21 | 0.58 | 0.19 |
| Hex | 33 | 14 | 4C | 21 | 4A | 0 | 46 | 111 | 3A | 13 |
| Octal | 63 | 24 | 114 | 41 | 112 | 0 | 106 | 421 | 72 | 23 |
| Binary | 110011 | 10100 | 1001100 | 100001 | 1001010 | 0 | 1000110 | 100010001 | 111010 | 10011 |
Color Harmonies of #33144C
Complementary color
Monochromatic Colors of #33144C
Black with #33144C
Text Example
Text Example
White with #33144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33144C; }
p { color: rgb(51,20,76); }
H1.HeaderClassName
{
color: #33144C;
}
.AnyTagClassName
{
color: #33144C;
}
</style>
background-color css
<style>
a { background-color: #33144C; }
a { background-color: rgb(51,20,76); }
div.DivClassName
{
background-color: #33144C;
}
.BgClassName
{
background-color: #33144C;
}
</style>
border-color css
<style>
span { border-color: #33144C; }
span { border-color: rgb(51,20,76); }
td.TdClassName
{
border-color: #33144C;
}
.TagClassName
{
border-color: #33144C;
}
</style>