Shades of Blackberry #42112B
Tints of Blackberry #42112B
RGB
CMYK
RGB Variations
Color information
#42112B (or 0x42112B) is known color: Blackberry. HEX triplet: 42, 11 and 2B. RGB value is (66,17,43). Sum of RGB (Red+Green+Blue) = 66+17+43=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #42112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42112B is #BDEED4. Grayscale: #222222. Windows color (decimal): -12447445 or 2822466. OLE color: 2822466.
HSL color Cylindrical-coordinate representation of color #42112B: hue angle of 328.16º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42112B is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 17 | 43 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.74 |
| HSL | 328.16º | 0.59% | 0.16% | - |
| HSV(B) | 328.16º | 0.74% | 0.26% | - |
| XYZ | 2.88 | 1.73 | 2.47 | - |
| YUV | 34.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 43 | 0 | 0.74 | 0.35 | 0.74 | 328.16 | 0.59 | 0.16 |
| Hex | 42 | 11 | 2B | 0 | 4A | 23 | 4A | 148 | 3B | 10 |
| Octal | 102 | 21 | 53 | 0 | 112 | 43 | 112 | 510 | 73 | 20 |
| Binary | 1000010 | 10001 | 101011 | 0 | 1001010 | 100011 | 1001010 | 101001000 | 111011 | 10000 |
Color Harmonies of #42112B
Complementary color
Monochromatic Colors of #42112B
Black with #42112B
Text Example
Text Example
White with #42112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42112B; }
p { color: rgb(66,17,43); }
H1.HeaderClassName
{
color: #42112B;
}
.AnyTagClassName
{
color: #42112B;
}
</style>
background-color css
<style>
a { background-color: #42112B; }
a { background-color: rgb(66,17,43); }
div.DivClassName
{
background-color: #42112B;
}
.BgClassName
{
background-color: #42112B;
}
</style>
border-color css
<style>
span { border-color: #42112B; }
span { border-color: rgb(66,17,43); }
td.TdClassName
{
border-color: #42112B;
}
.TagClassName
{
border-color: #42112B;
}
</style>