Shades of Blackberry #330129
Tints of Blackberry #330129
RGB
CMYK
RGB Variations
Color information
#330129 (or 0x330129) is known color: Blackberry. HEX triplet: 33, 01 and 29. RGB value is (51,1,41). Sum of RGB (Red+Green+Blue) = 51+1+41=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #330129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330129 is #CCFED6. Grayscale: #141414. Windows color (decimal): -13434583 or 2687283. OLE color: 2687283.
HSL color Cylindrical-coordinate representation of color #330129: hue angle of 312º 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 #330129 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 1 | 41 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.8 |
| HSL | 312º | 0.96% | 0.1% | - |
| HSV(B) | 312º | 0.98% | 0.2% | - |
| XYZ | 1.78 | 0.89 | 2.18 | - |
| YUV | 20.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 41 | 0 | 0.98 | 0.20 | 0.8 | 312 | 0.96 | 0.1 |
| Hex | 33 | 1 | 29 | 0 | 62 | 14 | 50 | 138 | 60 | A |
| Octal | 63 | 1 | 51 | 0 | 142 | 24 | 120 | 470 | 140 | 12 |
| Binary | 110011 | 1 | 101001 | 0 | 1100010 | 10100 | 1010000 | 100111000 | 1100000 | 1010 |
Color Harmonies of #330129
Complementary color
Monochromatic Colors of #330129
Black with #330129
Text Example
Text Example
White with #330129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330129; }
p { color: rgb(51,1,41); }
H1.HeaderClassName
{
color: #330129;
}
.AnyTagClassName
{
color: #330129;
}
</style>
background-color css
<style>
a { background-color: #330129; }
a { background-color: rgb(51,1,41); }
div.DivClassName
{
background-color: #330129;
}
.BgClassName
{
background-color: #330129;
}
</style>
border-color css
<style>
span { border-color: #330129; }
span { border-color: rgb(51,1,41); }
td.TdClassName
{
border-color: #330129;
}
.TagClassName
{
border-color: #330129;
}
</style>