Shades of Blackberry #350E26
Tints of Blackberry #350E26
RGB
CMYK
RGB Variations
Color information
#350E26 (or 0x350E26) is known color: Blackberry. HEX triplet: 35, 0E and 26. RGB value is (53,14,38). Sum of RGB (Red+Green+Blue) = 53+14+38=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #350E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E26 is #CAF1D9. Grayscale: #1C1C1C. Windows color (decimal): -13300186 or 2494005. OLE color: 2494005.
HSL color Cylindrical-coordinate representation of color #350E26: hue angle of 323.08º 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 #350E26 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 38 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.79 |
| HSL | 323.08º | 0.58% | 0.13% | - |
| HSV(B) | 323.08º | 0.74% | 0.21% | - |
| XYZ | 1.98 | 1.21 | 1.96 | - |
| YUV | 28.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 38 | 0 | 0.74 | 0.28 | 0.79 | 323.08 | 0.58 | 0.13 |
| Hex | 35 | E | 26 | 0 | 4A | 1C | 4F | 143 | 3A | D |
| Octal | 65 | 16 | 46 | 0 | 112 | 34 | 117 | 503 | 72 | 15 |
| Binary | 110101 | 1110 | 100110 | 0 | 1001010 | 11100 | 1001111 | 101000011 | 111010 | 1101 |
Color Harmonies of #350E26
Complementary color
Monochromatic Colors of #350E26
Black with #350E26
Text Example
Text Example
White with #350E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E26; }
p { color: rgb(53,14,38); }
H1.HeaderClassName
{
color: #350E26;
}
.AnyTagClassName
{
color: #350E26;
}
</style>
background-color css
<style>
a { background-color: #350E26; }
a { background-color: rgb(53,14,38); }
div.DivClassName
{
background-color: #350E26;
}
.BgClassName
{
background-color: #350E26;
}
</style>
border-color css
<style>
span { border-color: #350E26; }
span { border-color: rgb(53,14,38); }
td.TdClassName
{
border-color: #350E26;
}
.TagClassName
{
border-color: #350E26;
}
</style>