Shades of Blackberry #42122B
Tints of Blackberry #42122B
RGB
CMYK
RGB Variations
Color information
#42122B (or 0x42122B) is known color: Blackberry. HEX triplet: 42, 12 and 2B. RGB value is (66,18,43). Sum of RGB (Red+Green+Blue) = 66+18+43=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #42122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42122B is #BDEDD4. Grayscale: #232323. Windows color (decimal): -12447189 or 2822722. OLE color: 2822722.
HSL color Cylindrical-coordinate representation of color #42122B: hue angle of 328.75º 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 #42122B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 43 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.74 |
| HSL | 328.75º | 0.57% | 0.16% | - |
| HSV(B) | 328.75º | 0.73% | 0.26% | - |
| XYZ | 2.9 | 1.77 | 2.47 | - |
| YUV | 35.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 43 | 0 | 0.73 | 0.35 | 0.74 | 328.75 | 0.57 | 0.16 |
| Hex | 42 | 12 | 2B | 0 | 49 | 23 | 4A | 149 | 39 | 10 |
| Octal | 102 | 22 | 53 | 0 | 111 | 43 | 112 | 511 | 71 | 20 |
| Binary | 1000010 | 10010 | 101011 | 0 | 1001001 | 100011 | 1001010 | 101001001 | 111001 | 10000 |
Color Harmonies of #42122B
Complementary color
Monochromatic Colors of #42122B
Black with #42122B
Text Example
Text Example
White with #42122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42122B; }
p { color: rgb(66,18,43); }
H1.HeaderClassName
{
color: #42122B;
}
.AnyTagClassName
{
color: #42122B;
}
</style>
background-color css
<style>
a { background-color: #42122B; }
a { background-color: rgb(66,18,43); }
div.DivClassName
{
background-color: #42122B;
}
.BgClassName
{
background-color: #42122B;
}
</style>
border-color css
<style>
span { border-color: #42122B; }
span { border-color: rgb(66,18,43); }
td.TdClassName
{
border-color: #42122B;
}
.TagClassName
{
border-color: #42122B;
}
</style>