Shades of Blackcurrant #33043C
Tints of Blackcurrant #33043C
RGB
CMYK
RGB Variations
Color information
#33043C (or 0x33043C) is known color: Blackcurrant. HEX triplet: 33, 04 and 3C. RGB value is (51,4,60). Sum of RGB (Red+Green+Blue) = 51+4+60=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #33043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33043C is #CCFBC3. Grayscale: #181818. Windows color (decimal): -13433796 or 3933235. OLE color: 3933235.
HSL color Cylindrical-coordinate representation of color #33043C: hue angle of 290.36º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33043C is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 4 | 60 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.76 |
| HSL | 290.36º | 0.88% | 0.13% | - |
| HSV(B) | 290.36º | 0.93% | 0.24% | - |
| XYZ | 2.22 | 1.12 | 4.37 | - |
| YUV | 24.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 60 | 0.15 | 0.93 | 0 | 0.76 | 290.36 | 0.88 | 0.13 |
| Hex | 33 | 4 | 3C | F | 5D | 0 | 4C | 122 | 58 | D |
| Octal | 63 | 4 | 74 | 17 | 135 | 0 | 114 | 442 | 130 | 15 |
| Binary | 110011 | 100 | 111100 | 1111 | 1011101 | 0 | 1001100 | 100100010 | 1011000 | 1101 |
Color Harmonies of #33043C
Complementary color
Monochromatic Colors of #33043C
Black with #33043C
Text Example
Text Example
White with #33043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33043C; }
p { color: rgb(51,4,60); }
H1.HeaderClassName
{
color: #33043C;
}
.AnyTagClassName
{
color: #33043C;
}
</style>
background-color css
<style>
a { background-color: #33043C; }
a { background-color: rgb(51,4,60); }
div.DivClassName
{
background-color: #33043C;
}
.BgClassName
{
background-color: #33043C;
}
</style>
border-color css
<style>
span { border-color: #33043C; }
span { border-color: rgb(51,4,60); }
td.TdClassName
{
border-color: #33043C;
}
.TagClassName
{
border-color: #33043C;
}
</style>