Shades of Blackberry #42041E
Tints of Blackberry #42041E
RGB
CMYK
RGB Variations
Color information
#42041E (or 0x42041E) is known color: Blackberry. HEX triplet: 42, 04 and 1E. RGB value is (66,4,30). Sum of RGB (Red+Green+Blue) = 66+4+30=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #42041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42041E is #BDFBE1. Grayscale: #191919. Windows color (decimal): -12450786 or 1967170. OLE color: 1967170.
HSL color Cylindrical-coordinate representation of color #42041E: hue angle of 334.84º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42041E is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 4 | 30 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.74 |
| HSL | 334.84º | 0.89% | 0.14% | - |
| HSV(B) | 334.84º | 0.94% | 0.26% | - |
| XYZ | 2.52 | 1.34 | 1.35 | - |
| YUV | 25.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 30 | 0 | 0.94 | 0.55 | 0.74 | 334.84 | 0.89 | 0.14 |
| Hex | 42 | 4 | 1E | 0 | 5E | 37 | 4A | 14F | 59 | E |
| Octal | 102 | 4 | 36 | 0 | 136 | 67 | 112 | 517 | 131 | 16 |
| Binary | 1000010 | 100 | 11110 | 0 | 1011110 | 110111 | 1001010 | 101001111 | 1011001 | 1110 |
Color Harmonies of #42041E
Complementary color
Monochromatic Colors of #42041E
Black with #42041E
Text Example
Text Example
White with #42041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42041E; }
p { color: rgb(66,4,30); }
H1.HeaderClassName
{
color: #42041E;
}
.AnyTagClassName
{
color: #42041E;
}
</style>
background-color css
<style>
a { background-color: #42041E; }
a { background-color: rgb(66,4,30); }
div.DivClassName
{
background-color: #42041E;
}
.BgClassName
{
background-color: #42041E;
}
</style>
border-color css
<style>
span { border-color: #42041E; }
span { border-color: rgb(66,4,30); }
td.TdClassName
{
border-color: #42041E;
}
.TagClassName
{
border-color: #42041E;
}
</style>