Shades of Blackberry #42192B
Tints of Blackberry #42192B
RGB
CMYK
RGB Variations
Color information
#42192B (or 0x42192B) is known color: Blackberry. HEX triplet: 42, 19 and 2B. RGB value is (66,25,43). Sum of RGB (Red+Green+Blue) = 66+25+43=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42192B is #BDE6D4. Grayscale: #272727. Windows color (decimal): -12445397 or 2824514. OLE color: 2824514.
HSL color Cylindrical-coordinate representation of color #42192B: hue angle of 333.66º 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 #42192B is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 25 | 43 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.74 |
| HSL | 333.66º | 0.45% | 0.18% | - |
| HSV(B) | 333.66º | 0.62% | 0.26% | - |
| XYZ | 3.03 | 2.03 | 2.52 | - |
| YUV | 39.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 43 | 0 | 0.62 | 0.35 | 0.74 | 333.66 | 0.45 | 0.18 |
| Hex | 42 | 19 | 2B | 0 | 3E | 23 | 4A | 14E | 2D | 12 |
| Octal | 102 | 31 | 53 | 0 | 76 | 43 | 112 | 516 | 55 | 22 |
| Binary | 1000010 | 11001 | 101011 | 0 | 111110 | 100011 | 1001010 | 101001110 | 101101 | 10010 |
Color Harmonies of #42192B
Complementary color
Monochromatic Colors of #42192B
Black with #42192B
Text Example
Text Example
White with #42192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42192B; }
p { color: rgb(66,25,43); }
H1.HeaderClassName
{
color: #42192B;
}
.AnyTagClassName
{
color: #42192B;
}
</style>
background-color css
<style>
a { background-color: #42192B; }
a { background-color: rgb(66,25,43); }
div.DivClassName
{
background-color: #42192B;
}
.BgClassName
{
background-color: #42192B;
}
</style>
border-color css
<style>
span { border-color: #42192B; }
span { border-color: rgb(66,25,43); }
td.TdClassName
{
border-color: #42192B;
}
.TagClassName
{
border-color: #42192B;
}
</style>