Shades of Blackberry #42002F
Tints of Blackberry #42002F
RGB
CMYK
RGB Variations
Color information
#42002F (or 0x42002F) is known color: Blackberry. HEX triplet: 42, 00 and 2F. RGB value is (66,0,47). Sum of RGB (Red+Green+Blue) = 66+0+47=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42002F is #BDFFD0. Grayscale: #181818. Windows color (decimal): -12451793 or 3080258. OLE color: 3080258.
HSL color Cylindrical-coordinate representation of color #42002F: hue angle of 317.27º 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 #42002F is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.29 | 0.74 |
| HSL | 317.27º | 1% | 0.13% | - |
| HSV(B) | 317.27º | 1% | 0.26% | - |
| XYZ | 2.76 | 1.36 | 2.81 | - |
| YUV | 25.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 47 | 0 | 1 | 0.29 | 0.74 | 317.27 | 1 | 0.13 |
| Hex | 42 | 0 | 2F | 0 | 64 | 1D | 4A | 13D | 64 | D |
| Octal | 102 | 0 | 57 | 0 | 144 | 35 | 112 | 475 | 144 | 15 |
| Binary | 1000010 | 0 | 101111 | 0 | 1100100 | 11101 | 1001010 | 100111101 | 1100100 | 1101 |
Color Harmonies of #42002F
Complementary color
Monochromatic Colors of #42002F
Black with #42002F
Text Example
Text Example
White with #42002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42002F; }
p { color: rgb(66,0,47); }
H1.HeaderClassName
{
color: #42002F;
}
.AnyTagClassName
{
color: #42002F;
}
</style>
background-color css
<style>
a { background-color: #42002F; }
a { background-color: rgb(66,0,47); }
div.DivClassName
{
background-color: #42002F;
}
.BgClassName
{
background-color: #42002F;
}
</style>
border-color css
<style>
span { border-color: #42002F; }
span { border-color: rgb(66,0,47); }
td.TdClassName
{
border-color: #42002F;
}
.TagClassName
{
border-color: #42002F;
}
</style>