Shades of Blackberry #422036
Tints of Blackberry #422036
RGB
CMYK
RGB Variations
Color information
#422036 (or 0x422036) is known color: Blackberry. HEX triplet: 42, 20 and 36. RGB value is (66,32,54). Sum of RGB (Red+Green+Blue) = 66+32+54=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #422036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422036 is #BDDFC9. Grayscale: #2C2C2C. Windows color (decimal): -12443594 or 3547202. OLE color: 3547202.
HSL color Cylindrical-coordinate representation of color #422036: hue angle of 321.18º 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 #422036 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 32 | 54 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.74 |
| HSL | 321.18º | 0.35% | 0.19% | - |
| HSV(B) | 321.18º | 0.52% | 0.26% | - |
| XYZ | 3.43 | 2.46 | 3.78 | - |
| YUV | 44.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 54 | 0 | 0.52 | 0.18 | 0.74 | 321.18 | 0.35 | 0.19 |
| Hex | 42 | 20 | 36 | 0 | 34 | 12 | 4A | 141 | 23 | 13 |
| Octal | 102 | 40 | 66 | 0 | 64 | 22 | 112 | 501 | 43 | 23 |
| Binary | 1000010 | 100000 | 110110 | 0 | 110100 | 10010 | 1001010 | 101000001 | 100011 | 10011 |
Color Harmonies of #422036
Complementary color
Monochromatic Colors of #422036
Black with #422036
Text Example
Text Example
White with #422036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422036; }
p { color: rgb(66,32,54); }
H1.HeaderClassName
{
color: #422036;
}
.AnyTagClassName
{
color: #422036;
}
</style>
background-color css
<style>
a { background-color: #422036; }
a { background-color: rgb(66,32,54); }
div.DivClassName
{
background-color: #422036;
}
.BgClassName
{
background-color: #422036;
}
</style>
border-color css
<style>
span { border-color: #422036; }
span { border-color: rgb(66,32,54); }
td.TdClassName
{
border-color: #422036;
}
.TagClassName
{
border-color: #422036;
}
</style>