Shades of Blackberry #42162A
Tints of Blackberry #42162A
RGB
CMYK
RGB Variations
Color information
#42162A (or 0x42162A) is known color: Blackberry. HEX triplet: 42, 16 and 2A. RGB value is (66,22,42). Sum of RGB (Red+Green+Blue) = 66+22+42=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42162A is #BDE9D5. Grayscale: #252525. Windows color (decimal): -12446166 or 2758210. OLE color: 2758210.
HSL color Cylindrical-coordinate representation of color #42162A: hue angle of 332.73º 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 #42162A is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 42 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.74 |
| HSL | 332.73º | 0.5% | 0.17% | - |
| HSV(B) | 332.73º | 0.67% | 0.26% | - |
| XYZ | 2.95 | 1.9 | 2.4 | - |
| YUV | 37.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 42 | 0 | 0.67 | 0.36 | 0.74 | 332.73 | 0.5 | 0.17 |
| Hex | 42 | 16 | 2A | 0 | 43 | 24 | 4A | 14D | 32 | 11 |
| Octal | 102 | 26 | 52 | 0 | 103 | 44 | 112 | 515 | 62 | 21 |
| Binary | 1000010 | 10110 | 101010 | 0 | 1000011 | 100100 | 1001010 | 101001101 | 110010 | 10001 |
Color Harmonies of #42162A
Complementary color
Monochromatic Colors of #42162A
Black with #42162A
Text Example
Text Example
White with #42162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42162A; }
p { color: rgb(66,22,42); }
H1.HeaderClassName
{
color: #42162A;
}
.AnyTagClassName
{
color: #42162A;
}
</style>
background-color css
<style>
a { background-color: #42162A; }
a { background-color: rgb(66,22,42); }
div.DivClassName
{
background-color: #42162A;
}
.BgClassName
{
background-color: #42162A;
}
</style>
border-color css
<style>
span { border-color: #42162A; }
span { border-color: rgb(66,22,42); }
td.TdClassName
{
border-color: #42162A;
}
.TagClassName
{
border-color: #42162A;
}
</style>