Shades of Blackberry #422035
Tints of Blackberry #422035
RGB
CMYK
RGB Variations
Color information
#422035 (or 0x422035) is known color: Blackberry. HEX triplet: 42, 20 and 35. RGB value is (66,32,53). Sum of RGB (Red+Green+Blue) = 66+32+53=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #422035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422035 is #BDDFCA. Grayscale: #2C2C2C. Windows color (decimal): -12443595 or 3481666. OLE color: 3481666.
HSL color Cylindrical-coordinate representation of color #422035: hue angle of 322.94º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422035 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 32 | 53 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.74 |
| HSL | 322.94º | 0.35% | 0.19% | - |
| HSV(B) | 322.94º | 0.52% | 0.26% | - |
| XYZ | 3.41 | 2.45 | 3.66 | - |
| YUV | 44.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 53 | 0 | 0.52 | 0.20 | 0.74 | 322.94 | 0.35 | 0.19 |
| Hex | 42 | 20 | 35 | 0 | 34 | 14 | 4A | 143 | 23 | 13 |
| Octal | 102 | 40 | 65 | 0 | 64 | 24 | 112 | 503 | 43 | 23 |
| Binary | 1000010 | 100000 | 110101 | 0 | 110100 | 10100 | 1001010 | 101000011 | 100011 | 10011 |
Color Harmonies of #422035
Complementary color
Monochromatic Colors of #422035
Black with #422035
Text Example
Text Example
White with #422035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422035; }
p { color: rgb(66,32,53); }
H1.HeaderClassName
{
color: #422035;
}
.AnyTagClassName
{
color: #422035;
}
</style>
background-color css
<style>
a { background-color: #422035; }
a { background-color: rgb(66,32,53); }
div.DivClassName
{
background-color: #422035;
}
.BgClassName
{
background-color: #422035;
}
</style>
border-color css
<style>
span { border-color: #422035; }
span { border-color: rgb(66,32,53); }
td.TdClassName
{
border-color: #422035;
}
.TagClassName
{
border-color: #422035;
}
</style>