Shades of Blackberry #35112A
Tints of Blackberry #35112A
RGB
CMYK
RGB Variations
Color information
#35112A (or 0x35112A) is known color: Blackberry. HEX triplet: 35, 11 and 2A. RGB value is (53,17,42). Sum of RGB (Red+Green+Blue) = 53+17+42=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #35112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35112A is #CAEED5. Grayscale: #1E1E1E. Windows color (decimal): -13299414 or 2756917. OLE color: 2756917.
HSL color Cylindrical-coordinate representation of color #35112A: hue angle of 318.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35112A is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 17 | 42 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.79 |
| HSL | 318.33º | 0.51% | 0.14% | - |
| HSV(B) | 318.33º | 0.68% | 0.21% | - |
| XYZ | 2.09 | 1.32 | 2.34 | - |
| YUV | 30.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 42 | 0 | 0.68 | 0.21 | 0.79 | 318.33 | 0.51 | 0.14 |
| Hex | 35 | 11 | 2A | 0 | 44 | 15 | 4F | 13E | 33 | E |
| Octal | 65 | 21 | 52 | 0 | 104 | 25 | 117 | 476 | 63 | 16 |
| Binary | 110101 | 10001 | 101010 | 0 | 1000100 | 10101 | 1001111 | 100111110 | 110011 | 1110 |
Color Harmonies of #35112A
Complementary color
Monochromatic Colors of #35112A
Black with #35112A
Text Example
Text Example
White with #35112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35112A; }
p { color: rgb(53,17,42); }
H1.HeaderClassName
{
color: #35112A;
}
.AnyTagClassName
{
color: #35112A;
}
</style>
background-color css
<style>
a { background-color: #35112A; }
a { background-color: rgb(53,17,42); }
div.DivClassName
{
background-color: #35112A;
}
.BgClassName
{
background-color: #35112A;
}
</style>
border-color css
<style>
span { border-color: #35112A; }
span { border-color: rgb(53,17,42); }
td.TdClassName
{
border-color: #35112A;
}
.TagClassName
{
border-color: #35112A;
}
</style>