Shades of Blackberry #42082E
Tints of Blackberry #42082E
RGB
CMYK
RGB Variations
Color information
#42082E (or 0x42082E) is known color: Blackberry. HEX triplet: 42, 08 and 2E. RGB value is (66,8,46). Sum of RGB (Red+Green+Blue) = 66+8+46=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #42082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42082E is #BDF7D1. Grayscale: #1D1D1D. Windows color (decimal): -12449746 or 3016770. OLE color: 3016770.
HSL color Cylindrical-coordinate representation of color #42082E: hue angle of 320.69º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42082E is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 8 | 46 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.74 |
| HSL | 320.69º | 0.78% | 0.15% | - |
| HSV(B) | 320.69º | 0.88% | 0.26% | - |
| XYZ | 2.83 | 1.53 | 2.73 | - |
| YUV | 29.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 46 | 0 | 0.88 | 0.30 | 0.74 | 320.69 | 0.78 | 0.15 |
| Hex | 42 | 8 | 2E | 0 | 58 | 1E | 4A | 141 | 4E | F |
| Octal | 102 | 10 | 56 | 0 | 130 | 36 | 112 | 501 | 116 | 17 |
| Binary | 1000010 | 1000 | 101110 | 0 | 1011000 | 11110 | 1001010 | 101000001 | 1001110 | 1111 |
Color Harmonies of #42082E
Complementary color
Monochromatic Colors of #42082E
Black with #42082E
Text Example
Text Example
White with #42082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42082E; }
p { color: rgb(66,8,46); }
H1.HeaderClassName
{
color: #42082E;
}
.AnyTagClassName
{
color: #42082E;
}
</style>
background-color css
<style>
a { background-color: #42082E; }
a { background-color: rgb(66,8,46); }
div.DivClassName
{
background-color: #42082E;
}
.BgClassName
{
background-color: #42082E;
}
</style>
border-color css
<style>
span { border-color: #42082E; }
span { border-color: rgb(66,8,46); }
td.TdClassName
{
border-color: #42082E;
}
.TagClassName
{
border-color: #42082E;
}
</style>