Shades of Blackberry #42122F
Tints of Blackberry #42122F
RGB
CMYK
RGB Variations
Color information
#42122F (or 0x42122F) is known color: Blackberry. HEX triplet: 42, 12 and 2F. RGB value is (66,18,47). Sum of RGB (Red+Green+Blue) = 66+18+47=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42122F is #BDEDD0. Grayscale: #232323. Windows color (decimal): -12447185 or 3084866. OLE color: 3084866.
HSL color Cylindrical-coordinate representation of color #42122F: hue angle of 323.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 #42122F is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 47 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.74 |
| HSL | 323.75º | 0.57% | 0.16% | - |
| HSV(B) | 323.75º | 0.73% | 0.26% | - |
| XYZ | 2.98 | 1.8 | 2.88 | - |
| YUV | 35.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 47 | 0 | 0.73 | 0.29 | 0.74 | 323.75 | 0.57 | 0.16 |
| Hex | 42 | 12 | 2F | 0 | 49 | 1D | 4A | 144 | 39 | 10 |
| Octal | 102 | 22 | 57 | 0 | 111 | 35 | 112 | 504 | 71 | 20 |
| Binary | 1000010 | 10010 | 101111 | 0 | 1001001 | 11101 | 1001010 | 101000100 | 111001 | 10000 |
Color Harmonies of #42122F
Complementary color
Monochromatic Colors of #42122F
Black with #42122F
Text Example
Text Example
White with #42122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42122F; }
p { color: rgb(66,18,47); }
H1.HeaderClassName
{
color: #42122F;
}
.AnyTagClassName
{
color: #42122F;
}
</style>
background-color css
<style>
a { background-color: #42122F; }
a { background-color: rgb(66,18,47); }
div.DivClassName
{
background-color: #42122F;
}
.BgClassName
{
background-color: #42122F;
}
</style>
border-color css
<style>
span { border-color: #42122F; }
span { border-color: rgb(66,18,47); }
td.TdClassName
{
border-color: #42122F;
}
.TagClassName
{
border-color: #42122F;
}
</style>