Shades of Blackcurrant #33054D
Tints of Blackcurrant #33054D
RGB
CMYK
RGB Variations
Color information
#33054D (or 0x33054D) is known color: Blackcurrant. HEX triplet: 33, 05 and 4D. RGB value is (51,5,77). Sum of RGB (Red+Green+Blue) = 51+5+77=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #33054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33054D is #CCFAB2. Grayscale: #1A1A1A. Windows color (decimal): -13433523 or 5047603. OLE color: 5047603.
HSL color Cylindrical-coordinate representation of color #33054D: hue angle of 278.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33054D is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 5 | 77 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.70 |
| HSL | 278.33º | 0.88% | 0.16% | - |
| HSV(B) | 278.33º | 0.94% | 0.3% | - |
| XYZ | 2.76 | 1.35 | 7.14 | - |
| YUV | 26.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 77 | 0.34 | 0.94 | 0 | 0.70 | 278.33 | 0.88 | 0.16 |
| Hex | 33 | 5 | 4D | 22 | 5E | 0 | 46 | 116 | 58 | 10 |
| Octal | 63 | 5 | 115 | 42 | 136 | 0 | 106 | 426 | 130 | 20 |
| Binary | 110011 | 101 | 1001101 | 100010 | 1011110 | 0 | 1000110 | 100010110 | 1011000 | 10000 |
Color Harmonies of #33054D
Complementary color
Monochromatic Colors of #33054D
Black with #33054D
Text Example
Text Example
White with #33054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33054D; }
p { color: rgb(51,5,77); }
H1.HeaderClassName
{
color: #33054D;
}
.AnyTagClassName
{
color: #33054D;
}
</style>
background-color css
<style>
a { background-color: #33054D; }
a { background-color: rgb(51,5,77); }
div.DivClassName
{
background-color: #33054D;
}
.BgClassName
{
background-color: #33054D;
}
</style>
border-color css
<style>
span { border-color: #33054D; }
span { border-color: rgb(51,5,77); }
td.TdClassName
{
border-color: #33054D;
}
.TagClassName
{
border-color: #33054D;
}
</style>