Shades of Blackcurrant #330038
Tints of Blackcurrant #330038
RGB
CMYK
RGB Variations
Color information
#330038 (or 0x330038) is known color: Blackcurrant. HEX triplet: 33, 00 and 38. RGB value is (51,0,56). Sum of RGB (Red+Green+Blue) = 51+0+56=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #330038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330038 is #CCFFC7. Grayscale: #151515. Windows color (decimal): -13434824 or 3670067. OLE color: 3670067.
HSL color Cylindrical-coordinate representation of color #330038: hue angle of 294.64º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330038 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 0 | 56 | - |
| CMYK | 0.09 | 1 | 0 | 0.78 |
| HSL | 294.64º | 1% | 0.11% | - |
| HSV(B) | 294.64º | 1% | 0.22% | - |
| XYZ | 2.08 | 0.99 | 3.82 | - |
| YUV | 21.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 56 | 0.09 | 1 | 0 | 0.78 | 294.64 | 1 | 0.11 |
| Hex | 33 | 0 | 38 | 9 | 64 | 0 | 4E | 127 | 64 | B |
| Octal | 63 | 0 | 70 | 11 | 144 | 0 | 116 | 447 | 144 | 13 |
| Binary | 110011 | 0 | 111000 | 1001 | 1100100 | 0 | 1001110 | 100100111 | 1100100 | 1011 |
Color Harmonies of #330038
Complementary color
Monochromatic Colors of #330038
Black with #330038
Text Example
Text Example
White with #330038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330038; }
p { color: rgb(51,0,56); }
H1.HeaderClassName
{
color: #330038;
}
.AnyTagClassName
{
color: #330038;
}
</style>
background-color css
<style>
a { background-color: #330038; }
a { background-color: rgb(51,0,56); }
div.DivClassName
{
background-color: #330038;
}
.BgClassName
{
background-color: #330038;
}
</style>
border-color css
<style>
span { border-color: #330038; }
span { border-color: rgb(51,0,56); }
td.TdClassName
{
border-color: #330038;
}
.TagClassName
{
border-color: #330038;
}
</style>