Shades of Blackberry #42192A
Tints of Blackberry #42192A
RGB
CMYK
RGB Variations
Color information
#42192A (or 0x42192A) is known color: Blackberry. HEX triplet: 42, 19 and 2A. RGB value is (66,25,42). Sum of RGB (Red+Green+Blue) = 66+25+42=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42192A is #BDE6D5. Grayscale: #272727. Windows color (decimal): -12445398 or 2758978. OLE color: 2758978.
HSL color Cylindrical-coordinate representation of color #42192A: hue angle of 335.12º 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 #42192A is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 25 | 42 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.74 |
| HSL | 335.12º | 0.45% | 0.18% | - |
| HSV(B) | 335.12º | 0.62% | 0.26% | - |
| XYZ | 3.01 | 2.02 | 2.42 | - |
| YUV | 39.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 42 | 0 | 0.62 | 0.36 | 0.74 | 335.12 | 0.45 | 0.18 |
| Hex | 42 | 19 | 2A | 0 | 3E | 24 | 4A | 14F | 2D | 12 |
| Octal | 102 | 31 | 52 | 0 | 76 | 44 | 112 | 517 | 55 | 22 |
| Binary | 1000010 | 11001 | 101010 | 0 | 111110 | 100100 | 1001010 | 101001111 | 101101 | 10010 |
Color Harmonies of #42192A
Complementary color
Monochromatic Colors of #42192A
Black with #42192A
Text Example
Text Example
White with #42192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42192A; }
p { color: rgb(66,25,42); }
H1.HeaderClassName
{
color: #42192A;
}
.AnyTagClassName
{
color: #42192A;
}
</style>
background-color css
<style>
a { background-color: #42192A; }
a { background-color: rgb(66,25,42); }
div.DivClassName
{
background-color: #42192A;
}
.BgClassName
{
background-color: #42192A;
}
</style>
border-color css
<style>
span { border-color: #42192A; }
span { border-color: rgb(66,25,42); }
td.TdClassName
{
border-color: #42192A;
}
.TagClassName
{
border-color: #42192A;
}
</style>