Shades of Blackberry #331128
Tints of Blackberry #331128
RGB
CMYK
RGB Variations
Color information
#331128 (or 0x331128) is known color: Blackberry. HEX triplet: 33, 11 and 28. RGB value is (51,17,40). Sum of RGB (Red+Green+Blue) = 51+17+40=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #331128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331128 is #CCEED7. Grayscale: #1D1D1D. Windows color (decimal): -13430488 or 2625843. OLE color: 2625843.
HSL color Cylindrical-coordinate representation of color #331128: hue angle of 319.41º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331128 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 40 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.8 |
| HSL | 319.41º | 0.5% | 0.13% | - |
| HSV(B) | 319.41º | 0.67% | 0.2% | - |
| XYZ | 1.95 | 1.26 | 2.15 | - |
| YUV | 29.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 40 | 0 | 0.67 | 0.22 | 0.8 | 319.41 | 0.5 | 0.13 |
| Hex | 33 | 11 | 28 | 0 | 43 | 16 | 50 | 13F | 32 | D |
| Octal | 63 | 21 | 50 | 0 | 103 | 26 | 120 | 477 | 62 | 15 |
| Binary | 110011 | 10001 | 101000 | 0 | 1000011 | 10110 | 1010000 | 100111111 | 110010 | 1101 |
Color Harmonies of #331128
Complementary color
Monochromatic Colors of #331128
Black with #331128
Text Example
Text Example
White with #331128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331128; }
p { color: rgb(51,17,40); }
H1.HeaderClassName
{
color: #331128;
}
.AnyTagClassName
{
color: #331128;
}
</style>
background-color css
<style>
a { background-color: #331128; }
a { background-color: rgb(51,17,40); }
div.DivClassName
{
background-color: #331128;
}
.BgClassName
{
background-color: #331128;
}
</style>
border-color css
<style>
span { border-color: #331128; }
span { border-color: rgb(51,17,40); }
td.TdClassName
{
border-color: #331128;
}
.TagClassName
{
border-color: #331128;
}
</style>