Shades of Blackcurrant #33003C
Tints of Blackcurrant #33003C
RGB
CMYK
RGB Variations
Color information
#33003C (or 0x33003C) is known color: Blackcurrant. HEX triplet: 33, 00 and 3C. RGB value is (51,0,60). Sum of RGB (Red+Green+Blue) = 51+0+60=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #33003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33003C is #CCFFC3. Grayscale: #151515. Windows color (decimal): -13434820 or 3932211. OLE color: 3932211.
HSL color Cylindrical-coordinate representation of color #33003C: hue angle of 291º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33003C is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 0 | 60 | - |
| CMYK | 0.15 | 1 | 0 | 0.76 |
| HSL | 291º | 1% | 0.12% | - |
| HSV(B) | 291º | 1% | 0.24% | - |
| XYZ | 2.18 | 1.03 | 4.36 | - |
| YUV | 22.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 60 | 0.15 | 1 | 0 | 0.76 | 291 | 1 | 0.12 |
| Hex | 33 | 0 | 3C | F | 64 | 0 | 4C | 123 | 64 | C |
| Octal | 63 | 0 | 74 | 17 | 144 | 0 | 114 | 443 | 144 | 14 |
| Binary | 110011 | 0 | 111100 | 1111 | 1100100 | 0 | 1001100 | 100100011 | 1100100 | 1100 |
Color Harmonies of #33003C
Complementary color
Monochromatic Colors of #33003C
Black with #33003C
Text Example
Text Example
White with #33003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33003C; }
p { color: rgb(51,0,60); }
H1.HeaderClassName
{
color: #33003C;
}
.AnyTagClassName
{
color: #33003C;
}
</style>
background-color css
<style>
a { background-color: #33003C; }
a { background-color: rgb(51,0,60); }
div.DivClassName
{
background-color: #33003C;
}
.BgClassName
{
background-color: #33003C;
}
</style>
border-color css
<style>
span { border-color: #33003C; }
span { border-color: rgb(51,0,60); }
td.TdClassName
{
border-color: #33003C;
}
.TagClassName
{
border-color: #33003C;
}
</style>