Shades of Blackcurrant #33044C
Tints of Blackcurrant #33044C
RGB
CMYK
RGB Variations
Color information
#33044C (or 0x33044C) is known color: Blackcurrant. HEX triplet: 33, 04 and 4C. RGB value is (51,4,76). Sum of RGB (Red+Green+Blue) = 51+4+76=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #33044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33044C is #CCFBB3. Grayscale: #1A1A1A. Windows color (decimal): -13433780 or 4981811. OLE color: 4981811.
HSL color Cylindrical-coordinate representation of color #33044C: hue angle of 279.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33044C is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 4 | 76 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.70 |
| HSL | 279.17º | 0.9% | 0.16% | - |
| HSV(B) | 279.17º | 0.95% | 0.3% | - |
| XYZ | 2.71 | 1.31 | 6.95 | - |
| YUV | 26.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 76 | 0.33 | 0.95 | 0 | 0.70 | 279.17 | 0.9 | 0.16 |
| Hex | 33 | 4 | 4C | 21 | 5F | 0 | 46 | 117 | 5A | 10 |
| Octal | 63 | 4 | 114 | 41 | 137 | 0 | 106 | 427 | 132 | 20 |
| Binary | 110011 | 100 | 1001100 | 100001 | 1011111 | 0 | 1000110 | 100010111 | 1011010 | 10000 |
Color Harmonies of #33044C
Complementary color
Monochromatic Colors of #33044C
Black with #33044C
Text Example
Text Example
White with #33044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33044C; }
p { color: rgb(51,4,76); }
H1.HeaderClassName
{
color: #33044C;
}
.AnyTagClassName
{
color: #33044C;
}
</style>
background-color css
<style>
a { background-color: #33044C; }
a { background-color: rgb(51,4,76); }
div.DivClassName
{
background-color: #33044C;
}
.BgClassName
{
background-color: #33044C;
}
</style>
border-color css
<style>
span { border-color: #33044C; }
span { border-color: rgb(51,4,76); }
td.TdClassName
{
border-color: #33044C;
}
.TagClassName
{
border-color: #33044C;
}
</style>