Shades of Blackberry #42012F
Tints of Blackberry #42012F
RGB
CMYK
RGB Variations
Color information
#42012F (or 0x42012F) is known color: Blackberry. HEX triplet: 42, 01 and 2F. RGB value is (66,1,47). Sum of RGB (Red+Green+Blue) = 66+1+47=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #42012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42012F is #BDFED0. Grayscale: #191919. Windows color (decimal): -12451537 or 3080514. OLE color: 3080514.
HSL color Cylindrical-coordinate representation of color #42012F: hue angle of 317.54º 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 #42012F is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 1 | 47 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.74 |
| HSL | 317.54º | 0.97% | 0.13% | - |
| HSV(B) | 317.54º | 0.98% | 0.26% | - |
| XYZ | 2.77 | 1.39 | 2.81 | - |
| YUV | 25.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 47 | 0 | 0.98 | 0.29 | 0.74 | 317.54 | 0.97 | 0.13 |
| Hex | 42 | 1 | 2F | 0 | 62 | 1D | 4A | 13E | 61 | D |
| Octal | 102 | 1 | 57 | 0 | 142 | 35 | 112 | 476 | 141 | 15 |
| Binary | 1000010 | 1 | 101111 | 0 | 1100010 | 11101 | 1001010 | 100111110 | 1100001 | 1101 |
Color Harmonies of #42012F
Complementary color
Monochromatic Colors of #42012F
Black with #42012F
Text Example
Text Example
White with #42012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42012F; }
p { color: rgb(66,1,47); }
H1.HeaderClassName
{
color: #42012F;
}
.AnyTagClassName
{
color: #42012F;
}
</style>
background-color css
<style>
a { background-color: #42012F; }
a { background-color: rgb(66,1,47); }
div.DivClassName
{
background-color: #42012F;
}
.BgClassName
{
background-color: #42012F;
}
</style>
border-color css
<style>
span { border-color: #42012F; }
span { border-color: rgb(66,1,47); }
td.TdClassName
{
border-color: #42012F;
}
.TagClassName
{
border-color: #42012F;
}
</style>