Shades of Blackcurrant #330253
Tints of Blackcurrant #330253
RGB
CMYK
RGB Variations
Color information
#330253 (or 0x330253) is known color: Blackcurrant. HEX triplet: 33, 02 and 53. RGB value is (51,2,83). Sum of RGB (Red+Green+Blue) = 51+2+83=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #330253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330253 is #CCFDAC. Grayscale: #191919. Windows color (decimal): -13434285 or 5440051. OLE color: 5440051.
HSL color Cylindrical-coordinate representation of color #330253: hue angle of 276.3º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330253 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 2 | 83 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.67 |
| HSL | 276.3º | 0.95% | 0.17% | - |
| HSV(B) | 276.3º | 0.98% | 0.33% | - |
| XYZ | 2.95 | 1.37 | 8.29 | - |
| YUV | 25.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 83 | 0.39 | 0.98 | 0 | 0.67 | 276.3 | 0.95 | 0.17 |
| Hex | 33 | 2 | 53 | 27 | 62 | 0 | 43 | 114 | 5F | 11 |
| Octal | 63 | 2 | 123 | 47 | 142 | 0 | 103 | 424 | 137 | 21 |
| Binary | 110011 | 10 | 1010011 | 100111 | 1100010 | 0 | 1000011 | 100010100 | 1011111 | 10001 |
Color Harmonies of #330253
Complementary color
Monochromatic Colors of #330253
Black with #330253
Text Example
Text Example
White with #330253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330253; }
p { color: rgb(51,2,83); }
H1.HeaderClassName
{
color: #330253;
}
.AnyTagClassName
{
color: #330253;
}
</style>
background-color css
<style>
a { background-color: #330253; }
a { background-color: rgb(51,2,83); }
div.DivClassName
{
background-color: #330253;
}
.BgClassName
{
background-color: #330253;
}
</style>
border-color css
<style>
span { border-color: #330253; }
span { border-color: rgb(51,2,83); }
td.TdClassName
{
border-color: #330253;
}
.TagClassName
{
border-color: #330253;
}
</style>