Shades of Blackberry #331229
Tints of Blackberry #331229
RGB
CMYK
RGB Variations
Color information
#331229 (or 0x331229) is known color: Blackberry. HEX triplet: 33, 12 and 29. RGB value is (51,18,41). Sum of RGB (Red+Green+Blue) = 51+18+41=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #331229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331229 is #CCEDD6. Grayscale: #1E1E1E. Windows color (decimal): -13430231 or 2691635. OLE color: 2691635.
HSL color Cylindrical-coordinate representation of color #331229: hue angle of 318.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331229 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 41 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.8 |
| HSL | 318.18º | 0.48% | 0.14% | - |
| HSV(B) | 318.18º | 0.65% | 0.2% | - |
| XYZ | 1.98 | 1.3 | 2.24 | - |
| YUV | 30.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 41 | 0 | 0.65 | 0.20 | 0.8 | 318.18 | 0.48 | 0.14 |
| Hex | 33 | 12 | 29 | 0 | 41 | 14 | 50 | 13E | 30 | E |
| Octal | 63 | 22 | 51 | 0 | 101 | 24 | 120 | 476 | 60 | 16 |
| Binary | 110011 | 10010 | 101001 | 0 | 1000001 | 10100 | 1010000 | 100111110 | 110000 | 1110 |
Color Harmonies of #331229
Complementary color
Monochromatic Colors of #331229
Black with #331229
Text Example
Text Example
White with #331229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331229; }
p { color: rgb(51,18,41); }
H1.HeaderClassName
{
color: #331229;
}
.AnyTagClassName
{
color: #331229;
}
</style>
background-color css
<style>
a { background-color: #331229; }
a { background-color: rgb(51,18,41); }
div.DivClassName
{
background-color: #331229;
}
.BgClassName
{
background-color: #331229;
}
</style>
border-color css
<style>
span { border-color: #331229; }
span { border-color: rgb(51,18,41); }
td.TdClassName
{
border-color: #331229;
}
.TagClassName
{
border-color: #331229;
}
</style>