Shades of Blackberry #42012E
Tints of Blackberry #42012E
RGB
CMYK
RGB Variations
Color information
#42012E (or 0x42012E) is known color: Blackberry. HEX triplet: 42, 01 and 2E. RGB value is (66,1,46). Sum of RGB (Red+Green+Blue) = 66+1+46=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42012E is #BDFED1. Grayscale: #191919. Windows color (decimal): -12451538 or 3014978. OLE color: 3014978.
HSL color Cylindrical-coordinate representation of color #42012E: hue angle of 318.46º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42012E is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 1 | 46 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.74 |
| HSL | 318.46º | 0.97% | 0.13% | - |
| HSV(B) | 318.46º | 0.98% | 0.26% | - |
| XYZ | 2.75 | 1.38 | 2.71 | - |
| YUV | 25.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 46 | 0 | 0.98 | 0.30 | 0.74 | 318.46 | 0.97 | 0.13 |
| Hex | 42 | 1 | 2E | 0 | 62 | 1E | 4A | 13E | 61 | D |
| Octal | 102 | 1 | 56 | 0 | 142 | 36 | 112 | 476 | 141 | 15 |
| Binary | 1000010 | 1 | 101110 | 0 | 1100010 | 11110 | 1001010 | 100111110 | 1100001 | 1101 |
Color Harmonies of #42012E
Complementary color
Monochromatic Colors of #42012E
Black with #42012E
Text Example
Text Example
White with #42012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42012E; }
p { color: rgb(66,1,46); }
H1.HeaderClassName
{
color: #42012E;
}
.AnyTagClassName
{
color: #42012E;
}
</style>
background-color css
<style>
a { background-color: #42012E; }
a { background-color: rgb(66,1,46); }
div.DivClassName
{
background-color: #42012E;
}
.BgClassName
{
background-color: #42012E;
}
</style>
border-color css
<style>
span { border-color: #42012E; }
span { border-color: rgb(66,1,46); }
td.TdClassName
{
border-color: #42012E;
}
.TagClassName
{
border-color: #42012E;
}
</style>