Shades of Blackberry #42162E
Tints of Blackberry #42162E
RGB
CMYK
RGB Variations
Color information
#42162E (or 0x42162E) is known color: Blackberry. HEX triplet: 42, 16 and 2E. RGB value is (66,22,46). Sum of RGB (Red+Green+Blue) = 66+22+46=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42162E is #BDE9D1. Grayscale: #252525. Windows color (decimal): -12446162 or 3020354. OLE color: 3020354.
HSL color Cylindrical-coordinate representation of color #42162E: hue angle of 327.27º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42162E is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 46 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.74 |
| HSL | 327.27º | 0.5% | 0.17% | - |
| HSV(B) | 327.27º | 0.67% | 0.26% | - |
| XYZ | 3.03 | 1.93 | 2.8 | - |
| YUV | 37.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 46 | 0 | 0.67 | 0.30 | 0.74 | 327.27 | 0.5 | 0.17 |
| Hex | 42 | 16 | 2E | 0 | 43 | 1E | 4A | 147 | 32 | 11 |
| Octal | 102 | 26 | 56 | 0 | 103 | 36 | 112 | 507 | 62 | 21 |
| Binary | 1000010 | 10110 | 101110 | 0 | 1000011 | 11110 | 1001010 | 101000111 | 110010 | 10001 |
Color Harmonies of #42162E
Complementary color
Monochromatic Colors of #42162E
Black with #42162E
Text Example
Text Example
White with #42162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42162E; }
p { color: rgb(66,22,46); }
H1.HeaderClassName
{
color: #42162E;
}
.AnyTagClassName
{
color: #42162E;
}
</style>
background-color css
<style>
a { background-color: #42162E; }
a { background-color: rgb(66,22,46); }
div.DivClassName
{
background-color: #42162E;
}
.BgClassName
{
background-color: #42162E;
}
</style>
border-color css
<style>
span { border-color: #42162E; }
span { border-color: rgb(66,22,46); }
td.TdClassName
{
border-color: #42162E;
}
.TagClassName
{
border-color: #42162E;
}
</style>