Shades of Blackberry #350E24
Tints of Blackberry #350E24
RGB
CMYK
RGB Variations
Color information
#350E24 (or 0x350E24) is known color: Blackberry. HEX triplet: 35, 0E and 24. RGB value is (53,14,36). Sum of RGB (Red+Green+Blue) = 53+14+36=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #350E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E24 is #CAF1DB. Grayscale: #1C1C1C. Windows color (decimal): -13300188 or 2362933. OLE color: 2362933.
HSL color Cylindrical-coordinate representation of color #350E24: hue angle of 326.15º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #350E24 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 36 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.79 |
| HSL | 326.15º | 0.58% | 0.13% | - |
| HSV(B) | 326.15º | 0.74% | 0.21% | - |
| XYZ | 1.94 | 1.2 | 1.8 | - |
| YUV | 28.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 36 | 0 | 0.74 | 0.32 | 0.79 | 326.15 | 0.58 | 0.13 |
| Hex | 35 | E | 24 | 0 | 4A | 20 | 4F | 146 | 3A | D |
| Octal | 65 | 16 | 44 | 0 | 112 | 40 | 117 | 506 | 72 | 15 |
| Binary | 110101 | 1110 | 100100 | 0 | 1001010 | 100000 | 1001111 | 101000110 | 111010 | 1101 |
Color Harmonies of #350E24
Complementary color
Monochromatic Colors of #350E24
Black with #350E24
Text Example
Text Example
White with #350E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E24; }
p { color: rgb(53,14,36); }
H1.HeaderClassName
{
color: #350E24;
}
.AnyTagClassName
{
color: #350E24;
}
</style>
background-color css
<style>
a { background-color: #350E24; }
a { background-color: rgb(53,14,36); }
div.DivClassName
{
background-color: #350E24;
}
.BgClassName
{
background-color: #350E24;
}
</style>
border-color css
<style>
span { border-color: #350E24; }
span { border-color: rgb(53,14,36); }
td.TdClassName
{
border-color: #350E24;
}
.TagClassName
{
border-color: #350E24;
}
</style>