Shades of Blackberry #42082F
Tints of Blackberry #42082F
RGB
CMYK
RGB Variations
Color information
#42082F (or 0x42082F) is known color: Blackberry. HEX triplet: 42, 08 and 2F. RGB value is (66,8,47). Sum of RGB (Red+Green+Blue) = 66+8+47=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #42082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42082F is #BDF7D0. Grayscale: #1D1D1D. Windows color (decimal): -12449745 or 3082306. OLE color: 3082306.
HSL color Cylindrical-coordinate representation of color #42082F: hue angle of 319.66º 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 #42082F is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 8 | 47 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.74 |
| HSL | 319.66º | 0.78% | 0.15% | - |
| HSV(B) | 319.66º | 0.88% | 0.26% | - |
| XYZ | 2.85 | 1.54 | 2.84 | - |
| YUV | 29.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 47 | 0 | 0.88 | 0.29 | 0.74 | 319.66 | 0.78 | 0.15 |
| Hex | 42 | 8 | 2F | 0 | 58 | 1D | 4A | 140 | 4E | F |
| Octal | 102 | 10 | 57 | 0 | 130 | 35 | 112 | 500 | 116 | 17 |
| Binary | 1000010 | 1000 | 101111 | 0 | 1011000 | 11101 | 1001010 | 101000000 | 1001110 | 1111 |
Color Harmonies of #42082F
Complementary color
Monochromatic Colors of #42082F
Black with #42082F
Text Example
Text Example
White with #42082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42082F; }
p { color: rgb(66,8,47); }
H1.HeaderClassName
{
color: #42082F;
}
.AnyTagClassName
{
color: #42082F;
}
</style>
background-color css
<style>
a { background-color: #42082F; }
a { background-color: rgb(66,8,47); }
div.DivClassName
{
background-color: #42082F;
}
.BgClassName
{
background-color: #42082F;
}
</style>
border-color css
<style>
span { border-color: #42082F; }
span { border-color: rgb(66,8,47); }
td.TdClassName
{
border-color: #42082F;
}
.TagClassName
{
border-color: #42082F;
}
</style>