Shades of Blackberry #35022B
Tints of Blackberry #35022B
RGB
CMYK
RGB Variations
Color information
#35022B (or 0x35022B) is known color: Blackberry. HEX triplet: 35, 02 and 2B. RGB value is (53,2,43). Sum of RGB (Red+Green+Blue) = 53+2+43=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #35022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35022B is #CAFDD4. Grayscale: #151515. Windows color (decimal): -13303253 or 2818613. OLE color: 2818613.
HSL color Cylindrical-coordinate representation of color #35022B: hue angle of 311.76º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35022B is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 43 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.79 |
| HSL | 311.76º | 0.93% | 0.11% | - |
| HSV(B) | 311.76º | 0.96% | 0.21% | - |
| XYZ | 1.93 | 0.97 | 2.37 | - |
| YUV | 21.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 43 | 0 | 0.96 | 0.19 | 0.79 | 311.76 | 0.93 | 0.11 |
| Hex | 35 | 2 | 2B | 0 | 60 | 13 | 4F | 138 | 5D | B |
| Octal | 65 | 2 | 53 | 0 | 140 | 23 | 117 | 470 | 135 | 13 |
| Binary | 110101 | 10 | 101011 | 0 | 1100000 | 10011 | 1001111 | 100111000 | 1011101 | 1011 |
Color Harmonies of #35022B
Complementary color
Monochromatic Colors of #35022B
Black with #35022B
Text Example
Text Example
White with #35022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35022B; }
p { color: rgb(53,2,43); }
H1.HeaderClassName
{
color: #35022B;
}
.AnyTagClassName
{
color: #35022B;
}
</style>
background-color css
<style>
a { background-color: #35022B; }
a { background-color: rgb(53,2,43); }
div.DivClassName
{
background-color: #35022B;
}
.BgClassName
{
background-color: #35022B;
}
</style>
border-color css
<style>
span { border-color: #35022B; }
span { border-color: rgb(53,2,43); }
td.TdClassName
{
border-color: #35022B;
}
.TagClassName
{
border-color: #35022B;
}
</style>