Shades of Blackberry #330318
Tints of Blackberry #330318
RGB
CMYK
RGB Variations
Color information
#330318 (or 0x330318) is known color: Blackberry. HEX triplet: 33, 03 and 18. RGB value is (51,3,24). Sum of RGB (Red+Green+Blue) = 51+3+24=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330318 is #CCFCE7. Grayscale: #131313. Windows color (decimal): -13434088 or 1573683. OLE color: 1573683.
HSL color Cylindrical-coordinate representation of color #330318: hue angle of 333.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 #330318 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 24 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.8 |
| HSL | 333.75º | 0.89% | 0.11% | - |
| HSV(B) | 333.75º | 0.94% | 0.2% | - |
| XYZ | 1.56 | 0.83 | 0.94 | - |
| YUV | 19.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 24 | 0 | 0.94 | 0.53 | 0.8 | 333.75 | 0.89 | 0.11 |
| Hex | 33 | 3 | 18 | 0 | 5E | 35 | 50 | 14E | 59 | B |
| Octal | 63 | 3 | 30 | 0 | 136 | 65 | 120 | 516 | 131 | 13 |
| Binary | 110011 | 11 | 11000 | 0 | 1011110 | 110101 | 1010000 | 101001110 | 1011001 | 1011 |
Color Harmonies of #330318
Complementary color
Monochromatic Colors of #330318
Black with #330318
Text Example
Text Example
White with #330318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330318; }
p { color: rgb(51,3,24); }
H1.HeaderClassName
{
color: #330318;
}
.AnyTagClassName
{
color: #330318;
}
</style>
background-color css
<style>
a { background-color: #330318; }
a { background-color: rgb(51,3,24); }
div.DivClassName
{
background-color: #330318;
}
.BgClassName
{
background-color: #330318;
}
</style>
border-color css
<style>
span { border-color: #330318; }
span { border-color: rgb(51,3,24); }
td.TdClassName
{
border-color: #330318;
}
.TagClassName
{
border-color: #330318;
}
</style>