Shades of Blackcurrant #33073E
Tints of Blackcurrant #33073E
RGB
CMYK
RGB Variations
Color information
#33073E (or 0x33073E) is known color: Blackcurrant. HEX triplet: 33, 07 and 3E. RGB value is (51,7,62). Sum of RGB (Red+Green+Blue) = 51+7+62=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #33073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33073E is #CCF8C1. Grayscale: #1A1A1A. Windows color (decimal): -13433026 or 4065075. OLE color: 4065075.
HSL color Cylindrical-coordinate representation of color #33073E: hue angle of 288º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33073E is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 7 | 62 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.76 |
| HSL | 288º | 0.8% | 0.14% | - |
| HSV(B) | 288º | 0.89% | 0.24% | - |
| XYZ | 2.31 | 1.2 | 4.67 | - |
| YUV | 26.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 62 | 0.18 | 0.89 | 0 | 0.76 | 288 | 0.8 | 0.14 |
| Hex | 33 | 7 | 3E | 12 | 59 | 0 | 4C | 120 | 50 | E |
| Octal | 63 | 7 | 76 | 22 | 131 | 0 | 114 | 440 | 120 | 16 |
| Binary | 110011 | 111 | 111110 | 10010 | 1011001 | 0 | 1001100 | 100100000 | 1010000 | 1110 |
Color Harmonies of #33073E
Complementary color
Monochromatic Colors of #33073E
Black with #33073E
Text Example
Text Example
White with #33073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33073E; }
p { color: rgb(51,7,62); }
H1.HeaderClassName
{
color: #33073E;
}
.AnyTagClassName
{
color: #33073E;
}
</style>
background-color css
<style>
a { background-color: #33073E; }
a { background-color: rgb(51,7,62); }
div.DivClassName
{
background-color: #33073E;
}
.BgClassName
{
background-color: #33073E;
}
</style>
border-color css
<style>
span { border-color: #33073E; }
span { border-color: rgb(51,7,62); }
td.TdClassName
{
border-color: #33073E;
}
.TagClassName
{
border-color: #33073E;
}
</style>