Shades of Blackberry #350B2B
Tints of Blackberry #350B2B
RGB
CMYK
RGB Variations
Color information
#350B2B (or 0x350B2B) is known color: Blackberry. HEX triplet: 35, 0B and 2B. RGB value is (53,11,43). Sum of RGB (Red+Green+Blue) = 53+11+43=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #350B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B2B is #CAF4D4. Grayscale: #1B1B1B. Windows color (decimal): -13300949 or 2820917. OLE color: 2820917.
HSL color Cylindrical-coordinate representation of color #350B2B: hue angle of 314.29º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350B2B is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 43 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.79 |
| HSL | 314.29º | 0.66% | 0.13% | - |
| HSV(B) | 314.29º | 0.79% | 0.21% | - |
| XYZ | 2.02 | 1.17 | 2.4 | - |
| YUV | 27.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 43 | 0 | 0.79 | 0.19 | 0.79 | 314.29 | 0.66 | 0.13 |
| Hex | 35 | B | 2B | 0 | 4F | 13 | 4F | 13A | 42 | D |
| Octal | 65 | 13 | 53 | 0 | 117 | 23 | 117 | 472 | 102 | 15 |
| Binary | 110101 | 1011 | 101011 | 0 | 1001111 | 10011 | 1001111 | 100111010 | 1000010 | 1101 |
Color Harmonies of #350B2B
Complementary color
Monochromatic Colors of #350B2B
Black with #350B2B
Text Example
Text Example
White with #350B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B2B; }
p { color: rgb(53,11,43); }
H1.HeaderClassName
{
color: #350B2B;
}
.AnyTagClassName
{
color: #350B2B;
}
</style>
background-color css
<style>
a { background-color: #350B2B; }
a { background-color: rgb(53,11,43); }
div.DivClassName
{
background-color: #350B2B;
}
.BgClassName
{
background-color: #350B2B;
}
</style>
border-color css
<style>
span { border-color: #350B2B; }
span { border-color: rgb(53,11,43); }
td.TdClassName
{
border-color: #350B2B;
}
.TagClassName
{
border-color: #350B2B;
}
</style>