Shades of Blackberry #42082A
Tints of Blackberry #42082A
RGB
CMYK
RGB Variations
Color information
#42082A (or 0x42082A) is known color: Blackberry. HEX triplet: 42, 08 and 2A. RGB value is (66,8,42). Sum of RGB (Red+Green+Blue) = 66+8+42=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42082A is #BDF7D5. Grayscale: #1D1D1D. Windows color (decimal): -12449750 or 2754626. OLE color: 2754626.
HSL color Cylindrical-coordinate representation of color #42082A: hue angle of 324.83º 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 #42082A is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 8 | 42 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.74 |
| HSL | 324.83º | 0.78% | 0.15% | - |
| HSV(B) | 324.83º | 0.88% | 0.26% | - |
| XYZ | 2.75 | 1.5 | 2.33 | - |
| YUV | 29.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 42 | 0 | 0.88 | 0.36 | 0.74 | 324.83 | 0.78 | 0.15 |
| Hex | 42 | 8 | 2A | 0 | 58 | 24 | 4A | 145 | 4E | F |
| Octal | 102 | 10 | 52 | 0 | 130 | 44 | 112 | 505 | 116 | 17 |
| Binary | 1000010 | 1000 | 101010 | 0 | 1011000 | 100100 | 1001010 | 101000101 | 1001110 | 1111 |
Color Harmonies of #42082A
Complementary color
Monochromatic Colors of #42082A
Black with #42082A
Text Example
Text Example
White with #42082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42082A; }
p { color: rgb(66,8,42); }
H1.HeaderClassName
{
color: #42082A;
}
.AnyTagClassName
{
color: #42082A;
}
</style>
background-color css
<style>
a { background-color: #42082A; }
a { background-color: rgb(66,8,42); }
div.DivClassName
{
background-color: #42082A;
}
.BgClassName
{
background-color: #42082A;
}
</style>
border-color css
<style>
span { border-color: #42082A; }
span { border-color: rgb(66,8,42); }
td.TdClassName
{
border-color: #42082A;
}
.TagClassName
{
border-color: #42082A;
}
</style>