Shades of Blackberry #311823
Tints of Blackberry #311823
RGB
CMYK
RGB Variations
Color information
#311823 (or 0x311823) is known color: Blackberry. HEX triplet: 31, 18 and 23. RGB value is (49,24,35). Sum of RGB (Red+Green+Blue) = 49+24+35=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #311823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311823 is #CEE7DC. Grayscale: #202020. Windows color (decimal): -13559773 or 2299953. OLE color: 2299953.
HSL color Cylindrical-coordinate representation of color #311823: hue angle of 333.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #311823 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 35 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.81 |
| HSL | 333.6º | 0.34% | 0.14% | - |
| HSV(B) | 333.6º | 0.51% | 0.19% | - |
| XYZ | 1.9 | 1.43 | 1.77 | - |
| YUV | 32.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 35 | 0 | 0.51 | 0.29 | 0.81 | 333.6 | 0.34 | 0.14 |
| Hex | 31 | 18 | 23 | 0 | 33 | 1D | 51 | 14E | 22 | E |
| Octal | 61 | 30 | 43 | 0 | 63 | 35 | 121 | 516 | 42 | 16 |
| Binary | 110001 | 11000 | 100011 | 0 | 110011 | 11101 | 1010001 | 101001110 | 100010 | 1110 |
Color Harmonies of #311823
Complementary color
Monochromatic Colors of #311823
Black with #311823
Text Example
Text Example
White with #311823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311823; }
p { color: rgb(49,24,35); }
H1.HeaderClassName
{
color: #311823;
}
.AnyTagClassName
{
color: #311823;
}
</style>
background-color css
<style>
a { background-color: #311823; }
a { background-color: rgb(49,24,35); }
div.DivClassName
{
background-color: #311823;
}
.BgClassName
{
background-color: #311823;
}
</style>
border-color css
<style>
span { border-color: #311823; }
span { border-color: rgb(49,24,35); }
td.TdClassName
{
border-color: #311823;
}
.TagClassName
{
border-color: #311823;
}
</style>