Shades of Blackberry #42162D
Tints of Blackberry #42162D
RGB
CMYK
RGB Variations
Color information
#42162D (or 0x42162D) is known color: Blackberry. HEX triplet: 42, 16 and 2D. RGB value is (66,22,45). Sum of RGB (Red+Green+Blue) = 66+22+45=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42162D is #BDE9D2. Grayscale: #252525. Windows color (decimal): -12446163 or 2954818. OLE color: 2954818.
HSL color Cylindrical-coordinate representation of color #42162D: hue angle of 328.64º 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 #42162D is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 45 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.74 |
| HSL | 328.64º | 0.5% | 0.17% | - |
| HSV(B) | 328.64º | 0.67% | 0.26% | - |
| XYZ | 3.01 | 1.92 | 2.7 | - |
| YUV | 37.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 45 | 0 | 0.67 | 0.32 | 0.74 | 328.64 | 0.5 | 0.17 |
| Hex | 42 | 16 | 2D | 0 | 43 | 20 | 4A | 149 | 32 | 11 |
| Octal | 102 | 26 | 55 | 0 | 103 | 40 | 112 | 511 | 62 | 21 |
| Binary | 1000010 | 10110 | 101101 | 0 | 1000011 | 100000 | 1001010 | 101001001 | 110010 | 10001 |
Color Harmonies of #42162D
Complementary color
Monochromatic Colors of #42162D
Black with #42162D
Text Example
Text Example
White with #42162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42162D; }
p { color: rgb(66,22,45); }
H1.HeaderClassName
{
color: #42162D;
}
.AnyTagClassName
{
color: #42162D;
}
</style>
background-color css
<style>
a { background-color: #42162D; }
a { background-color: rgb(66,22,45); }
div.DivClassName
{
background-color: #42162D;
}
.BgClassName
{
background-color: #42162D;
}
</style>
border-color css
<style>
span { border-color: #42162D; }
span { border-color: rgb(66,22,45); }
td.TdClassName
{
border-color: #42162D;
}
.TagClassName
{
border-color: #42162D;
}
</style>