Shades of Blackcurrant #33054C
Tints of Blackcurrant #33054C
RGB
CMYK
RGB Variations
Color information
#33054C (or 0x33054C) is known color: Blackcurrant. HEX triplet: 33, 05 and 4C. RGB value is (51,5,76). Sum of RGB (Red+Green+Blue) = 51+5+76=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #33054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33054C is #CCFAB3. Grayscale: #1A1A1A. Windows color (decimal): -13433524 or 4982067. OLE color: 4982067.
HSL color Cylindrical-coordinate representation of color #33054C: hue angle of 278.87º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33054C is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 5 | 76 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.70 |
| HSL | 278.87º | 0.88% | 0.16% | - |
| HSV(B) | 278.87º | 0.93% | 0.3% | - |
| XYZ | 2.72 | 1.33 | 6.95 | - |
| YUV | 26.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 76 | 0.33 | 0.93 | 0 | 0.70 | 278.87 | 0.88 | 0.16 |
| Hex | 33 | 5 | 4C | 21 | 5D | 0 | 46 | 117 | 58 | 10 |
| Octal | 63 | 5 | 114 | 41 | 135 | 0 | 106 | 427 | 130 | 20 |
| Binary | 110011 | 101 | 1001100 | 100001 | 1011101 | 0 | 1000110 | 100010111 | 1011000 | 10000 |
Color Harmonies of #33054C
Complementary color
Monochromatic Colors of #33054C
Black with #33054C
Text Example
Text Example
White with #33054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33054C; }
p { color: rgb(51,5,76); }
H1.HeaderClassName
{
color: #33054C;
}
.AnyTagClassName
{
color: #33054C;
}
</style>
background-color css
<style>
a { background-color: #33054C; }
a { background-color: rgb(51,5,76); }
div.DivClassName
{
background-color: #33054C;
}
.BgClassName
{
background-color: #33054C;
}
</style>
border-color css
<style>
span { border-color: #33054C; }
span { border-color: rgb(51,5,76); }
td.TdClassName
{
border-color: #33054C;
}
.TagClassName
{
border-color: #33054C;
}
</style>