Shades of Blackberry #42192E
Tints of Blackberry #42192E
RGB
CMYK
RGB Variations
Color information
#42192E (or 0x42192E) is known color: Blackberry. HEX triplet: 42, 19 and 2E. RGB value is (66,25,46). Sum of RGB (Red+Green+Blue) = 66+25+46=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #42192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42192E is #BDE6D1. Grayscale: #272727. Windows color (decimal): -12445394 or 3021122. OLE color: 3021122.
HSL color Cylindrical-coordinate representation of color #42192E: hue angle of 329.27º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42192E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 25 | 46 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.74 |
| HSL | 329.27º | 0.45% | 0.18% | - |
| HSV(B) | 329.27º | 0.62% | 0.26% | - |
| XYZ | 3.09 | 2.05 | 2.82 | - |
| YUV | 39.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 46 | 0 | 0.62 | 0.30 | 0.74 | 329.27 | 0.45 | 0.18 |
| Hex | 42 | 19 | 2E | 0 | 3E | 1E | 4A | 149 | 2D | 12 |
| Octal | 102 | 31 | 56 | 0 | 76 | 36 | 112 | 511 | 55 | 22 |
| Binary | 1000010 | 11001 | 101110 | 0 | 111110 | 11110 | 1001010 | 101001001 | 101101 | 10010 |
Color Harmonies of #42192E
Complementary color
Monochromatic Colors of #42192E
Black with #42192E
Text Example
Text Example
White with #42192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42192E; }
p { color: rgb(66,25,46); }
H1.HeaderClassName
{
color: #42192E;
}
.AnyTagClassName
{
color: #42192E;
}
</style>
background-color css
<style>
a { background-color: #42192E; }
a { background-color: rgb(66,25,46); }
div.DivClassName
{
background-color: #42192E;
}
.BgClassName
{
background-color: #42192E;
}
</style>
border-color css
<style>
span { border-color: #42192E; }
span { border-color: rgb(66,25,46); }
td.TdClassName
{
border-color: #42192E;
}
.TagClassName
{
border-color: #42192E;
}
</style>