Shades of Blackcurrant #33073A
Tints of Blackcurrant #33073A
RGB
CMYK
RGB Variations
Color information
#33073A (or 0x33073A) is known color: Blackcurrant. HEX triplet: 33, 07 and 3A. RGB value is (51,7,58). Sum of RGB (Red+Green+Blue) = 51+7+58=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #33073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33073A is #CCF8C5. Grayscale: #191919. Windows color (decimal): -13433030 or 3802931. OLE color: 3802931.
HSL color Cylindrical-coordinate representation of color #33073A: hue angle of 291.76º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33073A is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 7 | 58 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.77 |
| HSL | 291.76º | 0.78% | 0.13% | - |
| HSV(B) | 291.76º | 0.88% | 0.23% | - |
| XYZ | 2.2 | 1.16 | 4.11 | - |
| YUV | 25.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 58 | 0.12 | 0.88 | 0 | 0.77 | 291.76 | 0.78 | 0.13 |
| Hex | 33 | 7 | 3A | C | 58 | 0 | 4D | 124 | 4E | D |
| Octal | 63 | 7 | 72 | 14 | 130 | 0 | 115 | 444 | 116 | 15 |
| Binary | 110011 | 111 | 111010 | 1100 | 1011000 | 0 | 1001101 | 100100100 | 1001110 | 1101 |
Color Harmonies of #33073A
Complementary color
Monochromatic Colors of #33073A
Black with #33073A
Text Example
Text Example
White with #33073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33073A; }
p { color: rgb(51,7,58); }
H1.HeaderClassName
{
color: #33073A;
}
.AnyTagClassName
{
color: #33073A;
}
</style>
background-color css
<style>
a { background-color: #33073A; }
a { background-color: rgb(51,7,58); }
div.DivClassName
{
background-color: #33073A;
}
.BgClassName
{
background-color: #33073A;
}
</style>
border-color css
<style>
span { border-color: #33073A; }
span { border-color: rgb(51,7,58); }
td.TdClassName
{
border-color: #33073A;
}
.TagClassName
{
border-color: #33073A;
}
</style>