Shades of Blackberry #331123
Tints of Blackberry #331123
RGB
CMYK
RGB Variations
Color information
#331123 (or 0x331123) is known color: Blackberry. HEX triplet: 33, 11 and 23. RGB value is (51,17,35). Sum of RGB (Red+Green+Blue) = 51+17+35=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #331123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331123 is #CCEEDC. Grayscale: #1D1D1D. Windows color (decimal): -13430493 or 2298163. OLE color: 2298163.
HSL color Cylindrical-coordinate representation of color #331123: hue angle of 328.24º 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 #331123 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 35 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.8 |
| HSL | 328.24º | 0.5% | 0.13% | - |
| HSV(B) | 328.24º | 0.67% | 0.2% | - |
| XYZ | 1.87 | 1.23 | 1.73 | - |
| YUV | 29.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 35 | 0 | 0.67 | 0.31 | 0.8 | 328.24 | 0.5 | 0.13 |
| Hex | 33 | 11 | 23 | 0 | 43 | 1F | 50 | 148 | 32 | D |
| Octal | 63 | 21 | 43 | 0 | 103 | 37 | 120 | 510 | 62 | 15 |
| Binary | 110011 | 10001 | 100011 | 0 | 1000011 | 11111 | 1010000 | 101001000 | 110010 | 1101 |
Color Harmonies of #331123
Complementary color
Monochromatic Colors of #331123
Black with #331123
Text Example
Text Example
White with #331123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331123; }
p { color: rgb(51,17,35); }
H1.HeaderClassName
{
color: #331123;
}
.AnyTagClassName
{
color: #331123;
}
</style>
background-color css
<style>
a { background-color: #331123; }
a { background-color: rgb(51,17,35); }
div.DivClassName
{
background-color: #331123;
}
.BgClassName
{
background-color: #331123;
}
</style>
border-color css
<style>
span { border-color: #331123; }
span { border-color: rgb(51,17,35); }
td.TdClassName
{
border-color: #331123;
}
.TagClassName
{
border-color: #331123;
}
</style>