Shades of Blackberry #350223
Tints of Blackberry #350223
RGB
CMYK
RGB Variations
Color information
#350223 (or 0x350223) is known color: Blackberry. HEX triplet: 35, 02 and 23. RGB value is (53,2,35). Sum of RGB (Red+Green+Blue) = 53+2+35=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350223 is #CAFDDC. Grayscale: #141414. Windows color (decimal): -13303261 or 2294325. OLE color: 2294325.
HSL color Cylindrical-coordinate representation of color #350223: hue angle of 321.18º 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 #350223 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 35 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.79 |
| HSL | 321.18º | 0.93% | 0.11% | - |
| HSV(B) | 321.18º | 0.96% | 0.21% | - |
| XYZ | 1.79 | 0.92 | 1.67 | - |
| YUV | 21.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 35 | 0 | 0.96 | 0.34 | 0.79 | 321.18 | 0.93 | 0.11 |
| Hex | 35 | 2 | 23 | 0 | 60 | 22 | 4F | 141 | 5D | B |
| Octal | 65 | 2 | 43 | 0 | 140 | 42 | 117 | 501 | 135 | 13 |
| Binary | 110101 | 10 | 100011 | 0 | 1100000 | 100010 | 1001111 | 101000001 | 1011101 | 1011 |
Color Harmonies of #350223
Complementary color
Monochromatic Colors of #350223
Black with #350223
Text Example
Text Example
White with #350223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350223; }
p { color: rgb(53,2,35); }
H1.HeaderClassName
{
color: #350223;
}
.AnyTagClassName
{
color: #350223;
}
</style>
background-color css
<style>
a { background-color: #350223; }
a { background-color: rgb(53,2,35); }
div.DivClassName
{
background-color: #350223;
}
.BgClassName
{
background-color: #350223;
}
</style>
border-color css
<style>
span { border-color: #350223; }
span { border-color: rgb(53,2,35); }
td.TdClassName
{
border-color: #350223;
}
.TagClassName
{
border-color: #350223;
}
</style>