Shades of Blackberry #42112F
Tints of Blackberry #42112F
RGB
CMYK
RGB Variations
Color information
#42112F (or 0x42112F) is known color: Blackberry. HEX triplet: 42, 11 and 2F. RGB value is (66,17,47). Sum of RGB (Red+Green+Blue) = 66+17+47=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42112F is #BDEED0. Grayscale: #232323. Windows color (decimal): -12447441 or 3084610. OLE color: 3084610.
HSL color Cylindrical-coordinate representation of color #42112F: hue angle of 323.27º 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 #42112F is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 17 | 47 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.74 |
| HSL | 323.27º | 0.59% | 0.16% | - |
| HSV(B) | 323.27º | 0.74% | 0.26% | - |
| XYZ | 2.96 | 1.76 | 2.87 | - |
| YUV | 35.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 47 | 0 | 0.74 | 0.29 | 0.74 | 323.27 | 0.59 | 0.16 |
| Hex | 42 | 11 | 2F | 0 | 4A | 1D | 4A | 143 | 3B | 10 |
| Octal | 102 | 21 | 57 | 0 | 112 | 35 | 112 | 503 | 73 | 20 |
| Binary | 1000010 | 10001 | 101111 | 0 | 1001010 | 11101 | 1001010 | 101000011 | 111011 | 10000 |
Color Harmonies of #42112F
Complementary color
Monochromatic Colors of #42112F
Black with #42112F
Text Example
Text Example
White with #42112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42112F; }
p { color: rgb(66,17,47); }
H1.HeaderClassName
{
color: #42112F;
}
.AnyTagClassName
{
color: #42112F;
}
</style>
background-color css
<style>
a { background-color: #42112F; }
a { background-color: rgb(66,17,47); }
div.DivClassName
{
background-color: #42112F;
}
.BgClassName
{
background-color: #42112F;
}
</style>
border-color css
<style>
span { border-color: #42112F; }
span { border-color: rgb(66,17,47); }
td.TdClassName
{
border-color: #42112F;
}
.TagClassName
{
border-color: #42112F;
}
</style>