Shades of Blackberry #350A2C
Tints of Blackberry #350A2C
RGB
CMYK
RGB Variations
Color information
#350A2C (or 0x350A2C) is known color: Blackberry. HEX triplet: 35, 0A and 2C. RGB value is (53,10,44). Sum of RGB (Red+Green+Blue) = 53+10+44=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #350A2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A2C is #CAF5D3. Grayscale: #1A1A1A. Windows color (decimal): -13301204 or 2886197. OLE color: 2886197.
HSL color Cylindrical-coordinate representation of color #350A2C: hue angle of 312.56º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350A2C is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 10 | 44 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.79 |
| HSL | 312.56º | 0.68% | 0.12% | - |
| HSV(B) | 312.56º | 0.81% | 0.21% | - |
| XYZ | 2.03 | 1.16 | 2.5 | - |
| YUV | 26.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 44 | 0 | 0.81 | 0.17 | 0.79 | 312.56 | 0.68 | 0.12 |
| Hex | 35 | A | 2C | 0 | 51 | 11 | 4F | 139 | 44 | C |
| Octal | 65 | 12 | 54 | 0 | 121 | 21 | 117 | 471 | 104 | 14 |
| Binary | 110101 | 1010 | 101100 | 0 | 1010001 | 10001 | 1001111 | 100111001 | 1000100 | 1100 |
Color Harmonies of #350A2C
Complementary color
Monochromatic Colors of #350A2C
Black with #350A2C
Text Example
Text Example
White with #350A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A2C; }
p { color: rgb(53,10,44); }
H1.HeaderClassName
{
color: #350A2C;
}
.AnyTagClassName
{
color: #350A2C;
}
</style>
background-color css
<style>
a { background-color: #350A2C; }
a { background-color: rgb(53,10,44); }
div.DivClassName
{
background-color: #350A2C;
}
.BgClassName
{
background-color: #350A2C;
}
</style>
border-color css
<style>
span { border-color: #350A2C; }
span { border-color: rgb(53,10,44); }
td.TdClassName
{
border-color: #350A2C;
}
.TagClassName
{
border-color: #350A2C;
}
</style>