Shades of Blackberry #330324
Tints of Blackberry #330324
RGB
CMYK
RGB Variations
Color information
#330324 (or 0x330324) is known color: Blackberry. HEX triplet: 33, 03 and 24. RGB value is (51,3,36). Sum of RGB (Red+Green+Blue) = 51+3+36=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #330324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330324 is #CCFCDB. Grayscale: #151515. Windows color (decimal): -13434076 or 2360115. OLE color: 2360115.
HSL color Cylindrical-coordinate representation of color #330324: hue angle of 318.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330324 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 36 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.8 |
| HSL | 318.75º | 0.89% | 0.11% | - |
| HSV(B) | 318.75º | 0.94% | 0.2% | - |
| XYZ | 1.72 | 0.9 | 1.75 | - |
| YUV | 21.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 36 | 0 | 0.94 | 0.29 | 0.8 | 318.75 | 0.89 | 0.11 |
| Hex | 33 | 3 | 24 | 0 | 5E | 1D | 50 | 13F | 59 | B |
| Octal | 63 | 3 | 44 | 0 | 136 | 35 | 120 | 477 | 131 | 13 |
| Binary | 110011 | 11 | 100100 | 0 | 1011110 | 11101 | 1010000 | 100111111 | 1011001 | 1011 |
Color Harmonies of #330324
Complementary color
Monochromatic Colors of #330324
Black with #330324
Text Example
Text Example
White with #330324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330324; }
p { color: rgb(51,3,36); }
H1.HeaderClassName
{
color: #330324;
}
.AnyTagClassName
{
color: #330324;
}
</style>
background-color css
<style>
a { background-color: #330324; }
a { background-color: rgb(51,3,36); }
div.DivClassName
{
background-color: #330324;
}
.BgClassName
{
background-color: #330324;
}
</style>
border-color css
<style>
span { border-color: #330324; }
span { border-color: rgb(51,3,36); }
td.TdClassName
{
border-color: #330324;
}
.TagClassName
{
border-color: #330324;
}
</style>