Shades of Blackberry #422235
Tints of Blackberry #422235
RGB
CMYK
RGB Variations
Color information
#422235 (or 0x422235) is known color: Blackberry. HEX triplet: 42, 22 and 35. RGB value is (66,34,53). Sum of RGB (Red+Green+Blue) = 66+34+53=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #422235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422235 is #BDDDCA. Grayscale: #2D2D2D. Windows color (decimal): -12443083 or 3482178. OLE color: 3482178.
HSL color Cylindrical-coordinate representation of color #422235: hue angle of 324.38º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422235 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 34 | 53 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.74 |
| HSL | 324.38º | 0.32% | 0.2% | - |
| HSV(B) | 324.38º | 0.48% | 0.26% | - |
| XYZ | 3.46 | 2.56 | 3.68 | - |
| YUV | 45.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 53 | 0 | 0.48 | 0.20 | 0.74 | 324.38 | 0.32 | 0.2 |
| Hex | 42 | 22 | 35 | 0 | 30 | 14 | 4A | 144 | 20 | 14 |
| Octal | 102 | 42 | 65 | 0 | 60 | 24 | 112 | 504 | 40 | 24 |
| Binary | 1000010 | 100010 | 110101 | 0 | 110000 | 10100 | 1001010 | 101000100 | 100000 | 10100 |
Color Harmonies of #422235
Complementary color
Monochromatic Colors of #422235
Black with #422235
Text Example
Text Example
White with #422235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422235; }
p { color: rgb(66,34,53); }
H1.HeaderClassName
{
color: #422235;
}
.AnyTagClassName
{
color: #422235;
}
</style>
background-color css
<style>
a { background-color: #422235; }
a { background-color: rgb(66,34,53); }
div.DivClassName
{
background-color: #422235;
}
.BgClassName
{
background-color: #422235;
}
</style>
border-color css
<style>
span { border-color: #422235; }
span { border-color: rgb(66,34,53); }
td.TdClassName
{
border-color: #422235;
}
.TagClassName
{
border-color: #422235;
}
</style>