Shades of Blackberry #42122E
Tints of Blackberry #42122E
RGB
CMYK
RGB Variations
Color information
#42122E (or 0x42122E) is known color: Blackberry. HEX triplet: 42, 12 and 2E. RGB value is (66,18,46). Sum of RGB (Red+Green+Blue) = 66+18+46=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42122E is #BDEDD1. Grayscale: #232323. Windows color (decimal): -12447186 or 3019330. OLE color: 3019330.
HSL color Cylindrical-coordinate representation of color #42122E: hue angle of 325º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42122E is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 46 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.74 |
| HSL | 325º | 0.57% | 0.16% | - |
| HSV(B) | 325º | 0.73% | 0.26% | - |
| XYZ | 2.96 | 1.79 | 2.77 | - |
| YUV | 35.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 46 | 0 | 0.73 | 0.30 | 0.74 | 325 | 0.57 | 0.16 |
| Hex | 42 | 12 | 2E | 0 | 49 | 1E | 4A | 145 | 39 | 10 |
| Octal | 102 | 22 | 56 | 0 | 111 | 36 | 112 | 505 | 71 | 20 |
| Binary | 1000010 | 10010 | 101110 | 0 | 1001001 | 11110 | 1001010 | 101000101 | 111001 | 10000 |
Color Harmonies of #42122E
Complementary color
Monochromatic Colors of #42122E
Black with #42122E
Text Example
Text Example
White with #42122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42122E; }
p { color: rgb(66,18,46); }
H1.HeaderClassName
{
color: #42122E;
}
.AnyTagClassName
{
color: #42122E;
}
</style>
background-color css
<style>
a { background-color: #42122E; }
a { background-color: rgb(66,18,46); }
div.DivClassName
{
background-color: #42122E;
}
.BgClassName
{
background-color: #42122E;
}
</style>
border-color css
<style>
span { border-color: #42122E; }
span { border-color: rgb(66,18,46); }
td.TdClassName
{
border-color: #42122E;
}
.TagClassName
{
border-color: #42122E;
}
</style>