Shades of Blackberry #350122
Tints of Blackberry #350122
RGB
CMYK
RGB Variations
Color information
#350122 (or 0x350122) is known color: Blackberry. HEX triplet: 35, 01 and 22. RGB value is (53,1,34). Sum of RGB (Red+Green+Blue) = 53+1+34=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #350122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350122 is #CAFEDD. Grayscale: #141414. Windows color (decimal): -13303518 or 2228533. OLE color: 2228533.
HSL color Cylindrical-coordinate representation of color #350122: hue angle of 321.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350122 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 1 | 34 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.79 |
| HSL | 321.92º | 0.96% | 0.11% | - |
| HSV(B) | 321.92º | 0.98% | 0.21% | - |
| XYZ | 1.77 | 0.89 | 1.59 | - |
| YUV | 20.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 34 | 0 | 0.98 | 0.36 | 0.79 | 321.92 | 0.96 | 0.11 |
| Hex | 35 | 1 | 22 | 0 | 62 | 24 | 4F | 142 | 60 | B |
| Octal | 65 | 1 | 42 | 0 | 142 | 44 | 117 | 502 | 140 | 13 |
| Binary | 110101 | 1 | 100010 | 0 | 1100010 | 100100 | 1001111 | 101000010 | 1100000 | 1011 |
Color Harmonies of #350122
Complementary color
Monochromatic Colors of #350122
Black with #350122
Text Example
Text Example
White with #350122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350122; }
p { color: rgb(53,1,34); }
H1.HeaderClassName
{
color: #350122;
}
.AnyTagClassName
{
color: #350122;
}
</style>
background-color css
<style>
a { background-color: #350122; }
a { background-color: rgb(53,1,34); }
div.DivClassName
{
background-color: #350122;
}
.BgClassName
{
background-color: #350122;
}
</style>
border-color css
<style>
span { border-color: #350122; }
span { border-color: rgb(53,1,34); }
td.TdClassName
{
border-color: #350122;
}
.TagClassName
{
border-color: #350122;
}
</style>