Shades of Blackcurrant #33013D
Tints of Blackcurrant #33013D
RGB
CMYK
RGB Variations
Color information
#33013D (or 0x33013D) is known color: Blackcurrant. HEX triplet: 33, 01 and 3D. RGB value is (51,1,61). Sum of RGB (Red+Green+Blue) = 51+1+61=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #33013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33013D is #CCFEC2. Grayscale: #161616. Windows color (decimal): -13434563 or 3998003. OLE color: 3998003.
HSL color Cylindrical-coordinate representation of color #33013D: hue angle of 290º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33013D is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 1 | 61 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.76 |
| HSL | 290º | 0.97% | 0.12% | - |
| HSV(B) | 290º | 0.98% | 0.24% | - |
| XYZ | 2.22 | 1.06 | 4.5 | - |
| YUV | 22.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 61 | 0.16 | 0.98 | 0 | 0.76 | 290 | 0.97 | 0.12 |
| Hex | 33 | 1 | 3D | 10 | 62 | 0 | 4C | 122 | 61 | C |
| Octal | 63 | 1 | 75 | 20 | 142 | 0 | 114 | 442 | 141 | 14 |
| Binary | 110011 | 1 | 111101 | 10000 | 1100010 | 0 | 1001100 | 100100010 | 1100001 | 1100 |
Color Harmonies of #33013D
Complementary color
Monochromatic Colors of #33013D
Black with #33013D
Text Example
Text Example
White with #33013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33013D; }
p { color: rgb(51,1,61); }
H1.HeaderClassName
{
color: #33013D;
}
.AnyTagClassName
{
color: #33013D;
}
</style>
background-color css
<style>
a { background-color: #33013D; }
a { background-color: rgb(51,1,61); }
div.DivClassName
{
background-color: #33013D;
}
.BgClassName
{
background-color: #33013D;
}
</style>
border-color css
<style>
span { border-color: #33013D; }
span { border-color: rgb(51,1,61); }
td.TdClassName
{
border-color: #33013D;
}
.TagClassName
{
border-color: #33013D;
}
</style>