Shades of Blackberry #42002D
Tints of Blackberry #42002D
RGB
CMYK
RGB Variations
Color information
#42002D (or 0x42002D) is known color: Blackberry. HEX triplet: 42, 00 and 2D. RGB value is (66,0,45). Sum of RGB (Red+Green+Blue) = 66+0+45=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #42002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42002D is #BDFFD2. Grayscale: #181818. Windows color (decimal): -12451795 or 2949186. OLE color: 2949186.
HSL color Cylindrical-coordinate representation of color #42002D: hue angle of 319.09º 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 #42002D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.32 | 0.74 |
| HSL | 319.09º | 1% | 0.13% | - |
| HSV(B) | 319.09º | 1% | 0.26% | - |
| XYZ | 2.72 | 1.35 | 2.6 | - |
| YUV | 24.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 45 | 0 | 1 | 0.32 | 0.74 | 319.09 | 1 | 0.13 |
| Hex | 42 | 0 | 2D | 0 | 64 | 20 | 4A | 13F | 64 | D |
| Octal | 102 | 0 | 55 | 0 | 144 | 40 | 112 | 477 | 144 | 15 |
| Binary | 1000010 | 0 | 101101 | 0 | 1100100 | 100000 | 1001010 | 100111111 | 1100100 | 1101 |
Color Harmonies of #42002D
Complementary color
Monochromatic Colors of #42002D
Black with #42002D
Text Example
Text Example
White with #42002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42002D; }
p { color: rgb(66,0,45); }
H1.HeaderClassName
{
color: #42002D;
}
.AnyTagClassName
{
color: #42002D;
}
</style>
background-color css
<style>
a { background-color: #42002D; }
a { background-color: rgb(66,0,45); }
div.DivClassName
{
background-color: #42002D;
}
.BgClassName
{
background-color: #42002D;
}
</style>
border-color css
<style>
span { border-color: #42002D; }
span { border-color: rgb(66,0,45); }
td.TdClassName
{
border-color: #42002D;
}
.TagClassName
{
border-color: #42002D;
}
</style>