Shades of Blackberry #35102B
Tints of Blackberry #35102B
RGB
CMYK
RGB Variations
Color information
#35102B (or 0x35102B) is known color: Blackberry. HEX triplet: 35, 10 and 2B. RGB value is (53,16,43). Sum of RGB (Red+Green+Blue) = 53+16+43=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #35102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35102B is #CAEFD4. Grayscale: #1E1E1E. Windows color (decimal): -13299669 or 2822197. OLE color: 2822197.
HSL color Cylindrical-coordinate representation of color #35102B: hue angle of 316.22º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35102B is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 16 | 43 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.79 |
| HSL | 316.22º | 0.54% | 0.14% | - |
| HSV(B) | 316.22º | 0.7% | 0.21% | - |
| XYZ | 2.09 | 1.3 | 2.43 | - |
| YUV | 30.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 43 | 0 | 0.70 | 0.19 | 0.79 | 316.22 | 0.54 | 0.14 |
| Hex | 35 | 10 | 2B | 0 | 46 | 13 | 4F | 13C | 36 | E |
| Octal | 65 | 20 | 53 | 0 | 106 | 23 | 117 | 474 | 66 | 16 |
| Binary | 110101 | 10000 | 101011 | 0 | 1000110 | 10011 | 1001111 | 100111100 | 110110 | 1110 |
Color Harmonies of #35102B
Complementary color
Monochromatic Colors of #35102B
Black with #35102B
Text Example
Text Example
White with #35102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35102B; }
p { color: rgb(53,16,43); }
H1.HeaderClassName
{
color: #35102B;
}
.AnyTagClassName
{
color: #35102B;
}
</style>
background-color css
<style>
a { background-color: #35102B; }
a { background-color: rgb(53,16,43); }
div.DivClassName
{
background-color: #35102B;
}
.BgClassName
{
background-color: #35102B;
}
</style>
border-color css
<style>
span { border-color: #35102B; }
span { border-color: rgb(53,16,43); }
td.TdClassName
{
border-color: #35102B;
}
.TagClassName
{
border-color: #35102B;
}
</style>