Shades of Blackcurrant #33074D
Tints of Blackcurrant #33074D
RGB
CMYK
RGB Variations
Color information
#33074D (or 0x33074D) is known color: Blackcurrant. HEX triplet: 33, 07 and 4D. RGB value is (51,7,77). Sum of RGB (Red+Green+Blue) = 51+7+77=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #33074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33074D is #CCF8B2. Grayscale: #1B1B1B. Windows color (decimal): -13433011 or 5048115. OLE color: 5048115.
HSL color Cylindrical-coordinate representation of color #33074D: hue angle of 277.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33074D is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 7 | 77 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.70 |
| HSL | 277.71º | 0.83% | 0.16% | - |
| HSV(B) | 277.71º | 0.91% | 0.3% | - |
| XYZ | 2.78 | 1.39 | 7.14 | - |
| YUV | 28.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 77 | 0.34 | 0.91 | 0 | 0.70 | 277.71 | 0.83 | 0.16 |
| Hex | 33 | 7 | 4D | 22 | 5B | 0 | 46 | 116 | 53 | 10 |
| Octal | 63 | 7 | 115 | 42 | 133 | 0 | 106 | 426 | 123 | 20 |
| Binary | 110011 | 111 | 1001101 | 100010 | 1011011 | 0 | 1000110 | 100010110 | 1010011 | 10000 |
Color Harmonies of #33074D
Complementary color
Monochromatic Colors of #33074D
Black with #33074D
Text Example
Text Example
White with #33074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33074D; }
p { color: rgb(51,7,77); }
H1.HeaderClassName
{
color: #33074D;
}
.AnyTagClassName
{
color: #33074D;
}
</style>
background-color css
<style>
a { background-color: #33074D; }
a { background-color: rgb(51,7,77); }
div.DivClassName
{
background-color: #33074D;
}
.BgClassName
{
background-color: #33074D;
}
</style>
border-color css
<style>
span { border-color: #33074D; }
span { border-color: rgb(51,7,77); }
td.TdClassName
{
border-color: #33074D;
}
.TagClassName
{
border-color: #33074D;
}
</style>