Shades of Blackcurrant #33003A
Tints of Blackcurrant #33003A
RGB
CMYK
RGB Variations
Color information
#33003A (or 0x33003A) is known color: Blackcurrant. HEX triplet: 33, 00 and 3A. RGB value is (51,0,58). Sum of RGB (Red+Green+Blue) = 51+0+58=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #33003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33003A is #CCFFC5. Grayscale: #151515. Windows color (decimal): -13434822 or 3801139. OLE color: 3801139.
HSL color Cylindrical-coordinate representation of color #33003A: hue angle of 292.76º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33003A is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 0 | 58 | - |
| CMYK | 0.12 | 1 | 0 | 0.77 |
| HSL | 292.76º | 1% | 0.11% | - |
| HSV(B) | 292.76º | 1% | 0.23% | - |
| XYZ | 2.13 | 1.01 | 4.09 | - |
| YUV | 21.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 58 | 0.12 | 1 | 0 | 0.77 | 292.76 | 1 | 0.11 |
| Hex | 33 | 0 | 3A | C | 64 | 0 | 4D | 125 | 64 | B |
| Octal | 63 | 0 | 72 | 14 | 144 | 0 | 115 | 445 | 144 | 13 |
| Binary | 110011 | 0 | 111010 | 1100 | 1100100 | 0 | 1001101 | 100100101 | 1100100 | 1011 |
Color Harmonies of #33003A
Complementary color
Monochromatic Colors of #33003A
Black with #33003A
Text Example
Text Example
White with #33003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33003A; }
p { color: rgb(51,0,58); }
H1.HeaderClassName
{
color: #33003A;
}
.AnyTagClassName
{
color: #33003A;
}
</style>
background-color css
<style>
a { background-color: #33003A; }
a { background-color: rgb(51,0,58); }
div.DivClassName
{
background-color: #33003A;
}
.BgClassName
{
background-color: #33003A;
}
</style>
border-color css
<style>
span { border-color: #33003A; }
span { border-color: rgb(51,0,58); }
td.TdClassName
{
border-color: #33003A;
}
.TagClassName
{
border-color: #33003A;
}
</style>