Shades of Blackcurrant #33054A
Tints of Blackcurrant #33054A
RGB
CMYK
RGB Variations
Color information
#33054A (or 0x33054A) is known color: Blackcurrant. HEX triplet: 33, 05 and 4A. RGB value is (51,5,74). Sum of RGB (Red+Green+Blue) = 51+5+74=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #33054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33054A is #CCFAB5. Grayscale: #1A1A1A. Windows color (decimal): -13433526 or 4850995. OLE color: 4850995.
HSL color Cylindrical-coordinate representation of color #33054A: hue angle of 280º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33054A is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 5 | 74 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.71 |
| HSL | 280º | 0.87% | 0.15% | - |
| HSV(B) | 280º | 0.93% | 0.29% | - |
| XYZ | 2.66 | 1.31 | 6.59 | - |
| YUV | 26.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 74 | 0.31 | 0.93 | 0 | 0.71 | 280 | 0.87 | 0.15 |
| Hex | 33 | 5 | 4A | 1F | 5D | 0 | 47 | 118 | 57 | F |
| Octal | 63 | 5 | 112 | 37 | 135 | 0 | 107 | 430 | 127 | 17 |
| Binary | 110011 | 101 | 1001010 | 11111 | 1011101 | 0 | 1000111 | 100011000 | 1010111 | 1111 |
Color Harmonies of #33054A
Complementary color
Monochromatic Colors of #33054A
Black with #33054A
Text Example
Text Example
White with #33054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33054A; }
p { color: rgb(51,5,74); }
H1.HeaderClassName
{
color: #33054A;
}
.AnyTagClassName
{
color: #33054A;
}
</style>
background-color css
<style>
a { background-color: #33054A; }
a { background-color: rgb(51,5,74); }
div.DivClassName
{
background-color: #33054A;
}
.BgClassName
{
background-color: #33054A;
}
</style>
border-color css
<style>
span { border-color: #33054A; }
span { border-color: rgb(51,5,74); }
td.TdClassName
{
border-color: #33054A;
}
.TagClassName
{
border-color: #33054A;
}
</style>