Shades of Blackcurrant #33013A
Tints of Blackcurrant #33013A
RGB
CMYK
RGB Variations
Color information
#33013A (or 0x33013A) is known color: Blackcurrant. HEX triplet: 33, 01 and 3A. RGB value is (51,1,58). Sum of RGB (Red+Green+Blue) = 51+1+58=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #33013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33013A is #CCFEC5. Grayscale: #161616. Windows color (decimal): -13434566 or 3801395. OLE color: 3801395.
HSL color Cylindrical-coordinate representation of color #33013A: hue angle of 292.63º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33013A is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 1 | 58 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.77 |
| HSL | 292.63º | 0.97% | 0.12% | - |
| HSV(B) | 292.63º | 0.98% | 0.23% | - |
| XYZ | 2.14 | 1.03 | 4.09 | - |
| YUV | 22.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 58 | 0.12 | 0.98 | 0 | 0.77 | 292.63 | 0.97 | 0.12 |
| Hex | 33 | 1 | 3A | C | 62 | 0 | 4D | 125 | 61 | C |
| Octal | 63 | 1 | 72 | 14 | 142 | 0 | 115 | 445 | 141 | 14 |
| Binary | 110011 | 1 | 111010 | 1100 | 1100010 | 0 | 1001101 | 100100101 | 1100001 | 1100 |
Color Harmonies of #33013A
Complementary color
Monochromatic Colors of #33013A
Black with #33013A
Text Example
Text Example
White with #33013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33013A; }
p { color: rgb(51,1,58); }
H1.HeaderClassName
{
color: #33013A;
}
.AnyTagClassName
{
color: #33013A;
}
</style>
background-color css
<style>
a { background-color: #33013A; }
a { background-color: rgb(51,1,58); }
div.DivClassName
{
background-color: #33013A;
}
.BgClassName
{
background-color: #33013A;
}
</style>
border-color css
<style>
span { border-color: #33013A; }
span { border-color: rgb(51,1,58); }
td.TdClassName
{
border-color: #33013A;
}
.TagClassName
{
border-color: #33013A;
}
</style>