Shades of Blackcurrant #33004A
Tints of Blackcurrant #33004A
RGB
CMYK
RGB Variations
Color information
#33004A (or 0x33004A) is known color: Blackcurrant. HEX triplet: 33, 00 and 4A. RGB value is (51,0,74). Sum of RGB (Red+Green+Blue) = 51+0+74=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #33004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33004A is #CCFFB5. Grayscale: #171717. Windows color (decimal): -13434806 or 4849715. OLE color: 4849715.
HSL color Cylindrical-coordinate representation of color #33004A: hue angle of 281.35º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33004A is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 0 | 74 | - |
| CMYK | 0.31 | 1 | 0 | 0.71 |
| HSL | 281.35º | 1% | 0.15% | - |
| HSV(B) | 281.35º | 1% | 0.29% | - |
| XYZ | 2.6 | 1.2 | 6.57 | - |
| YUV | 23.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 74 | 0.31 | 1 | 0 | 0.71 | 281.35 | 1 | 0.15 |
| Hex | 33 | 0 | 4A | 1F | 64 | 0 | 47 | 119 | 64 | F |
| Octal | 63 | 0 | 112 | 37 | 144 | 0 | 107 | 431 | 144 | 17 |
| Binary | 110011 | 0 | 1001010 | 11111 | 1100100 | 0 | 1000111 | 100011001 | 1100100 | 1111 |
Color Harmonies of #33004A
Complementary color
Monochromatic Colors of #33004A
Black with #33004A
Text Example
Text Example
White with #33004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33004A; }
p { color: rgb(51,0,74); }
H1.HeaderClassName
{
color: #33004A;
}
.AnyTagClassName
{
color: #33004A;
}
</style>
background-color css
<style>
a { background-color: #33004A; }
a { background-color: rgb(51,0,74); }
div.DivClassName
{
background-color: #33004A;
}
.BgClassName
{
background-color: #33004A;
}
</style>
border-color css
<style>
span { border-color: #33004A; }
span { border-color: rgb(51,0,74); }
td.TdClassName
{
border-color: #33004A;
}
.TagClassName
{
border-color: #33004A;
}
</style>