Shades of Blackcurrant #33033D
Tints of Blackcurrant #33033D
RGB
CMYK
RGB Variations
Color information
#33033D (or 0x33033D) is known color: Blackcurrant. HEX triplet: 33, 03 and 3D. RGB value is (51,3,61). Sum of RGB (Red+Green+Blue) = 51+3+61=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #33033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33033D is #CCFCC2. Grayscale: #171717. Windows color (decimal): -13434051 or 3998515. OLE color: 3998515.
HSL color Cylindrical-coordinate representation of color #33033D: hue angle of 289.66º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33033D is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 3 | 61 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.76 |
| HSL | 289.66º | 0.91% | 0.13% | - |
| HSV(B) | 289.66º | 0.95% | 0.24% | - |
| XYZ | 2.24 | 1.11 | 4.51 | - |
| YUV | 23.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 61 | 0.16 | 0.95 | 0 | 0.76 | 289.66 | 0.91 | 0.13 |
| Hex | 33 | 3 | 3D | 10 | 5F | 0 | 4C | 122 | 5B | D |
| Octal | 63 | 3 | 75 | 20 | 137 | 0 | 114 | 442 | 133 | 15 |
| Binary | 110011 | 11 | 111101 | 10000 | 1011111 | 0 | 1001100 | 100100010 | 1011011 | 1101 |
Color Harmonies of #33033D
Complementary color
Monochromatic Colors of #33033D
Black with #33033D
Text Example
Text Example
White with #33033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33033D; }
p { color: rgb(51,3,61); }
H1.HeaderClassName
{
color: #33033D;
}
.AnyTagClassName
{
color: #33033D;
}
</style>
background-color css
<style>
a { background-color: #33033D; }
a { background-color: rgb(51,3,61); }
div.DivClassName
{
background-color: #33033D;
}
.BgClassName
{
background-color: #33033D;
}
</style>
border-color css
<style>
span { border-color: #33033D; }
span { border-color: rgb(51,3,61); }
td.TdClassName
{
border-color: #33033D;
}
.TagClassName
{
border-color: #33033D;
}
</style>