Shades of Blackberry #42002A
Tints of Blackberry #42002A
RGB
CMYK
RGB Variations
Color information
#42002A (or 0x42002A) is known color: Blackberry. HEX triplet: 42, 00 and 2A. RGB value is (66,0,42). Sum of RGB (Red+Green+Blue) = 66+0+42=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #42002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42002A is #BDFFD5. Grayscale: #181818. Windows color (decimal): -12451798 or 2752578. OLE color: 2752578.
HSL color Cylindrical-coordinate representation of color #42002A: hue angle of 321.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42002A is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.36 | 0.74 |
| HSL | 321.82º | 1% | 0.13% | - |
| HSV(B) | 321.82º | 1% | 0.26% | - |
| XYZ | 2.66 | 1.33 | 2.31 | - |
| YUV | 24.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 42 | 0 | 1 | 0.36 | 0.74 | 321.82 | 1 | 0.13 |
| Hex | 42 | 0 | 2A | 0 | 64 | 24 | 4A | 142 | 64 | D |
| Octal | 102 | 0 | 52 | 0 | 144 | 44 | 112 | 502 | 144 | 15 |
| Binary | 1000010 | 0 | 101010 | 0 | 1100100 | 100100 | 1001010 | 101000010 | 1100100 | 1101 |
Color Harmonies of #42002A
Complementary color
Monochromatic Colors of #42002A
Black with #42002A
Text Example
Text Example
White with #42002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42002A; }
p { color: rgb(66,0,42); }
H1.HeaderClassName
{
color: #42002A;
}
.AnyTagClassName
{
color: #42002A;
}
</style>
background-color css
<style>
a { background-color: #42002A; }
a { background-color: rgb(66,0,42); }
div.DivClassName
{
background-color: #42002A;
}
.BgClassName
{
background-color: #42002A;
}
</style>
border-color css
<style>
span { border-color: #42002A; }
span { border-color: rgb(66,0,42); }
td.TdClassName
{
border-color: #42002A;
}
.TagClassName
{
border-color: #42002A;
}
</style>