Shades of Blackcurrant #33143D
Tints of Blackcurrant #33143D
RGB
CMYK
RGB Variations
Color information
#33143D (or 0x33143D) is known color: Blackcurrant. HEX triplet: 33, 14 and 3D. RGB value is (51,20,61). Sum of RGB (Red+Green+Blue) = 51+20+61=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #33143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33143D is #CCEBC2. Grayscale: #212121. Windows color (decimal): -13429699 or 4002867. OLE color: 4002867.
HSL color Cylindrical-coordinate representation of color #33143D: hue angle of 285.37º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33143D is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 20 | 61 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.76 |
| HSL | 285.37º | 0.51% | 0.16% | - |
| HSV(B) | 285.37º | 0.67% | 0.24% | - |
| XYZ | 2.46 | 1.54 | 4.58 | - |
| YUV | 33.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 61 | 0.16 | 0.67 | 0 | 0.76 | 285.37 | 0.51 | 0.16 |
| Hex | 33 | 14 | 3D | 10 | 43 | 0 | 4C | 11D | 33 | 10 |
| Octal | 63 | 24 | 75 | 20 | 103 | 0 | 114 | 435 | 63 | 20 |
| Binary | 110011 | 10100 | 111101 | 10000 | 1000011 | 0 | 1001100 | 100011101 | 110011 | 10000 |
Color Harmonies of #33143D
Complementary color
Monochromatic Colors of #33143D
Black with #33143D
Text Example
Text Example
White with #33143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33143D; }
p { color: rgb(51,20,61); }
H1.HeaderClassName
{
color: #33143D;
}
.AnyTagClassName
{
color: #33143D;
}
</style>
background-color css
<style>
a { background-color: #33143D; }
a { background-color: rgb(51,20,61); }
div.DivClassName
{
background-color: #33143D;
}
.BgClassName
{
background-color: #33143D;
}
</style>
border-color css
<style>
span { border-color: #33143D; }
span { border-color: rgb(51,20,61); }
td.TdClassName
{
border-color: #33143D;
}
.TagClassName
{
border-color: #33143D;
}
</style>