Shades of Blackberry #350E2B
Tints of Blackberry #350E2B
RGB
CMYK
RGB Variations
Color information
#350E2B (or 0x350E2B) is known color: Blackberry. HEX triplet: 35, 0E and 2B. RGB value is (53,14,43). Sum of RGB (Red+Green+Blue) = 53+14+43=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #350E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E2B is #CAF1D4. Grayscale: #1C1C1C. Windows color (decimal): -13300181 or 2821685. OLE color: 2821685.
HSL color Cylindrical-coordinate representation of color #350E2B: hue angle of 315.38º 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 #350E2B is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 43 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.79 |
| HSL | 315.38º | 0.58% | 0.13% | - |
| HSV(B) | 315.38º | 0.74% | 0.21% | - |
| XYZ | 2.06 | 1.25 | 2.42 | - |
| YUV | 28.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 43 | 0 | 0.74 | 0.19 | 0.79 | 315.38 | 0.58 | 0.13 |
| Hex | 35 | E | 2B | 0 | 4A | 13 | 4F | 13B | 3A | D |
| Octal | 65 | 16 | 53 | 0 | 112 | 23 | 117 | 473 | 72 | 15 |
| Binary | 110101 | 1110 | 101011 | 0 | 1001010 | 10011 | 1001111 | 100111011 | 111010 | 1101 |
Color Harmonies of #350E2B
Complementary color
Monochromatic Colors of #350E2B
Black with #350E2B
Text Example
Text Example
White with #350E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E2B; }
p { color: rgb(53,14,43); }
H1.HeaderClassName
{
color: #350E2B;
}
.AnyTagClassName
{
color: #350E2B;
}
</style>
background-color css
<style>
a { background-color: #350E2B; }
a { background-color: rgb(53,14,43); }
div.DivClassName
{
background-color: #350E2B;
}
.BgClassName
{
background-color: #350E2B;
}
</style>
border-color css
<style>
span { border-color: #350E2B; }
span { border-color: rgb(53,14,43); }
td.TdClassName
{
border-color: #350E2B;
}
.TagClassName
{
border-color: #350E2B;
}
</style>