Shades of Blackcurrant #33193E
Tints of Blackcurrant #33193E
RGB
CMYK
RGB Variations
Color information
#33193E (or 0x33193E) is known color: Blackcurrant. HEX triplet: 33, 19 and 3E. RGB value is (51,25,62). Sum of RGB (Red+Green+Blue) = 51+25+62=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 62 - color contains mainly: blue. Hex color #33193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33193E is #CCE6C1. Grayscale: #242424. Windows color (decimal): -13428418 or 4069683. OLE color: 4069683.
HSL color Cylindrical-coordinate representation of color #33193E: hue angle of 282.16º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33193E is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 25 | 62 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.76 |
| HSL | 282.16º | 0.43% | 0.17% | - |
| HSV(B) | 282.16º | 0.6% | 0.24% | - |
| XYZ | 2.58 | 1.75 | 4.76 | - |
| YUV | 36.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 62 | 0.18 | 0.60 | 0 | 0.76 | 282.16 | 0.43 | 0.17 |
| Hex | 33 | 19 | 3E | 12 | 3C | 0 | 4C | 11A | 2B | 11 |
| Octal | 63 | 31 | 76 | 22 | 74 | 0 | 114 | 432 | 53 | 21 |
| Binary | 110011 | 11001 | 111110 | 10010 | 111100 | 0 | 1001100 | 100011010 | 101011 | 10001 |
Color Harmonies of #33193E
Complementary color
Monochromatic Colors of #33193E
Black with #33193E
Text Example
Text Example
White with #33193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33193E; }
p { color: rgb(51,25,62); }
H1.HeaderClassName
{
color: #33193E;
}
.AnyTagClassName
{
color: #33193E;
}
</style>
background-color css
<style>
a { background-color: #33193E; }
a { background-color: rgb(51,25,62); }
div.DivClassName
{
background-color: #33193E;
}
.BgClassName
{
background-color: #33193E;
}
</style>
border-color css
<style>
span { border-color: #33193E; }
span { border-color: rgb(51,25,62); }
td.TdClassName
{
border-color: #33193E;
}
.TagClassName
{
border-color: #33193E;
}
</style>