Shades of Blackcurrant #33023D
Tints of Blackcurrant #33023D
RGB
CMYK
RGB Variations
Color information
#33023D (or 0x33023D) is known color: Blackcurrant. HEX triplet: 33, 02 and 3D. RGB value is (51,2,61). Sum of RGB (Red+Green+Blue) = 51+2+61=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #33023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33023D is #CCFDC2. Grayscale: #171717. Windows color (decimal): -13434307 or 3998259. OLE color: 3998259.
HSL color Cylindrical-coordinate representation of color #33023D: hue angle of 289.83º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33023D is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 2 | 61 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.76 |
| HSL | 289.83º | 0.94% | 0.12% | - |
| HSV(B) | 289.83º | 0.97% | 0.24% | - |
| XYZ | 2.23 | 1.08 | 4.51 | - |
| YUV | 23.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 61 | 0.16 | 0.97 | 0 | 0.76 | 289.83 | 0.94 | 0.12 |
| Hex | 33 | 2 | 3D | 10 | 61 | 0 | 4C | 122 | 5E | C |
| Octal | 63 | 2 | 75 | 20 | 141 | 0 | 114 | 442 | 136 | 14 |
| Binary | 110011 | 10 | 111101 | 10000 | 1100001 | 0 | 1001100 | 100100010 | 1011110 | 1100 |
Color Harmonies of #33023D
Complementary color
Monochromatic Colors of #33023D
Black with #33023D
Text Example
Text Example
White with #33023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33023D; }
p { color: rgb(51,2,61); }
H1.HeaderClassName
{
color: #33023D;
}
.AnyTagClassName
{
color: #33023D;
}
</style>
background-color css
<style>
a { background-color: #33023D; }
a { background-color: rgb(51,2,61); }
div.DivClassName
{
background-color: #33023D;
}
.BgClassName
{
background-color: #33023D;
}
</style>
border-color css
<style>
span { border-color: #33023D; }
span { border-color: rgb(51,2,61); }
td.TdClassName
{
border-color: #33023D;
}
.TagClassName
{
border-color: #33023D;
}
</style>