Shades of Blackberry #330428
Tints of Blackberry #330428
RGB
CMYK
RGB Variations
Color information
#330428 (or 0x330428) is known color: Blackberry. HEX triplet: 33, 04 and 28. RGB value is (51,4,40). Sum of RGB (Red+Green+Blue) = 51+4+40=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #330428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330428 is #CCFBD7. Grayscale: #161616. Windows color (decimal): -13433816 or 2622515. OLE color: 2622515.
HSL color Cylindrical-coordinate representation of color #330428: hue angle of 314.04º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330428 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 4 | 40 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.8 |
| HSL | 314.04º | 0.85% | 0.11% | - |
| HSV(B) | 314.04º | 0.92% | 0.2% | - |
| XYZ | 1.79 | 0.94 | 2.1 | - |
| YUV | 22.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 40 | 0 | 0.92 | 0.22 | 0.8 | 314.04 | 0.85 | 0.11 |
| Hex | 33 | 4 | 28 | 0 | 5C | 16 | 50 | 13A | 55 | B |
| Octal | 63 | 4 | 50 | 0 | 134 | 26 | 120 | 472 | 125 | 13 |
| Binary | 110011 | 100 | 101000 | 0 | 1011100 | 10110 | 1010000 | 100111010 | 1010101 | 1011 |
Color Harmonies of #330428
Complementary color
Monochromatic Colors of #330428
Black with #330428
Text Example
Text Example
White with #330428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330428; }
p { color: rgb(51,4,40); }
H1.HeaderClassName
{
color: #330428;
}
.AnyTagClassName
{
color: #330428;
}
</style>
background-color css
<style>
a { background-color: #330428; }
a { background-color: rgb(51,4,40); }
div.DivClassName
{
background-color: #330428;
}
.BgClassName
{
background-color: #330428;
}
</style>
border-color css
<style>
span { border-color: #330428; }
span { border-color: rgb(51,4,40); }
td.TdClassName
{
border-color: #330428;
}
.TagClassName
{
border-color: #330428;
}
</style>