Shades of Blackcurrant #33034D
Tints of Blackcurrant #33034D
RGB
CMYK
RGB Variations
Color information
#33034D (or 0x33034D) is known color: Blackcurrant. HEX triplet: 33, 03 and 4D. RGB value is (51,3,77). Sum of RGB (Red+Green+Blue) = 51+3+77=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #33034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33034D is #CCFCB2. Grayscale: #191919. Windows color (decimal): -13434035 or 5047091. OLE color: 5047091.
HSL color Cylindrical-coordinate representation of color #33034D: hue angle of 278.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33034D is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 3 | 77 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.70 |
| HSL | 278.92º | 0.93% | 0.16% | - |
| HSV(B) | 278.92º | 0.96% | 0.3% | - |
| XYZ | 2.74 | 1.3 | 7.13 | - |
| YUV | 25.79 | 156.9 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 77 | 0.34 | 0.96 | 0 | 0.70 | 278.92 | 0.93 | 0.16 |
| Hex | 33 | 3 | 4D | 22 | 60 | 0 | 46 | 117 | 5C | 10 |
| Octal | 63 | 3 | 115 | 42 | 140 | 0 | 106 | 427 | 134 | 20 |
| Binary | 110011 | 11 | 1001101 | 100010 | 1100000 | 0 | 1000110 | 100010111 | 1011100 | 10000 |
Color Harmonies of #33034D
Complementary color
Monochromatic Colors of #33034D
Black with #33034D
Text Example
Text Example
White with #33034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33034D; }
p { color: rgb(51,3,77); }
H1.HeaderClassName
{
color: #33034D;
}
.AnyTagClassName
{
color: #33034D;
}
</style>
background-color css
<style>
a { background-color: #33034D; }
a { background-color: rgb(51,3,77); }
div.DivClassName
{
background-color: #33034D;
}
.BgClassName
{
background-color: #33034D;
}
</style>
border-color css
<style>
span { border-color: #33034D; }
span { border-color: rgb(51,3,77); }
td.TdClassName
{
border-color: #33034D;
}
.TagClassName
{
border-color: #33034D;
}
</style>