Shades of Blackberry #330119
Tints of Blackberry #330119
RGB
CMYK
RGB Variations
Color information
#330119 (or 0x330119) is known color: Blackberry. HEX triplet: 33, 01 and 19. RGB value is (51,1,25). Sum of RGB (Red+Green+Blue) = 51+1+25=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #330119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330119 is #CCFEE6. Grayscale: #121212. Windows color (decimal): -13434599 or 1638707. OLE color: 1638707.
HSL color Cylindrical-coordinate representation of color #330119: hue angle of 331.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330119 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 1 | 25 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.8 |
| HSL | 331.2º | 0.96% | 0.1% | - |
| HSV(B) | 331.2º | 0.98% | 0.2% | - |
| XYZ | 1.55 | 0.8 | 0.99 | - |
| YUV | 18.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 25 | 0 | 0.98 | 0.51 | 0.8 | 331.2 | 0.96 | 0.1 |
| Hex | 33 | 1 | 19 | 0 | 62 | 33 | 50 | 14B | 60 | A |
| Octal | 63 | 1 | 31 | 0 | 142 | 63 | 120 | 513 | 140 | 12 |
| Binary | 110011 | 1 | 11001 | 0 | 1100010 | 110011 | 1010000 | 101001011 | 1100000 | 1010 |
Color Harmonies of #330119
Complementary color
Monochromatic Colors of #330119
Black with #330119
Text Example
Text Example
White with #330119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330119; }
p { color: rgb(51,1,25); }
H1.HeaderClassName
{
color: #330119;
}
.AnyTagClassName
{
color: #330119;
}
</style>
background-color css
<style>
a { background-color: #330119; }
a { background-color: rgb(51,1,25); }
div.DivClassName
{
background-color: #330119;
}
.BgClassName
{
background-color: #330119;
}
</style>
border-color css
<style>
span { border-color: #330119; }
span { border-color: rgb(51,1,25); }
td.TdClassName
{
border-color: #330119;
}
.TagClassName
{
border-color: #330119;
}
</style>