Shades of Blackberry #330017
Tints of Blackberry #330017
RGB
CMYK
RGB Variations
Color information
#330017 (or 0x330017) is known color: Blackberry. HEX triplet: 33, 00 and 17. RGB value is (51,0,23). Sum of RGB (Red+Green+Blue) = 51+0+23=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330017 is #CCFFE8. Grayscale: #111111. Windows color (decimal): -13434857 or 1507379. OLE color: 1507379.
HSL color Cylindrical-coordinate representation of color #330017: hue angle of 332.94º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330017 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.55 | 0.8 |
| HSL | 332.94º | 1% | 0.1% | - |
| HSV(B) | 332.94º | 1% | 0.2% | - |
| XYZ | 1.52 | 0.77 | 0.88 | - |
| YUV | 17.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 23 | 0 | 1 | 0.55 | 0.8 | 332.94 | 1 | 0.1 |
| Hex | 33 | 0 | 17 | 0 | 64 | 37 | 50 | 14D | 64 | A |
| Octal | 63 | 0 | 27 | 0 | 144 | 67 | 120 | 515 | 144 | 12 |
| Binary | 110011 | 0 | 10111 | 0 | 1100100 | 110111 | 1010000 | 101001101 | 1100100 | 1010 |
Color Harmonies of #330017
Complementary color
Monochromatic Colors of #330017
Black with #330017
Text Example
Text Example
White with #330017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330017; }
p { color: rgb(51,0,23); }
H1.HeaderClassName
{
color: #330017;
}
.AnyTagClassName
{
color: #330017;
}
</style>
background-color css
<style>
a { background-color: #330017; }
a { background-color: rgb(51,0,23); }
div.DivClassName
{
background-color: #330017;
}
.BgClassName
{
background-color: #330017;
}
</style>
border-color css
<style>
span { border-color: #330017; }
span { border-color: rgb(51,0,23); }
td.TdClassName
{
border-color: #330017;
}
.TagClassName
{
border-color: #330017;
}
</style>