Shades of Blackberry #42011E
Tints of Blackberry #42011E
RGB
CMYK
RGB Variations
Color information
#42011E (or 0x42011E) is known color: Blackberry. HEX triplet: 42, 01 and 1E. RGB value is (66,1,30). Sum of RGB (Red+Green+Blue) = 66+1+30=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #42011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42011E is #BDFEE1. Grayscale: #171717. Windows color (decimal): -12451554 or 1966402. OLE color: 1966402.
HSL color Cylindrical-coordinate representation of color #42011E: hue angle of 333.23º 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 #42011E is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 1 | 30 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.74 |
| HSL | 333.23º | 0.97% | 0.13% | - |
| HSV(B) | 333.23º | 0.98% | 0.26% | - |
| XYZ | 2.49 | 1.27 | 1.34 | - |
| YUV | 23.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 30 | 0 | 0.98 | 0.55 | 0.74 | 333.23 | 0.97 | 0.13 |
| Hex | 42 | 1 | 1E | 0 | 62 | 37 | 4A | 14D | 61 | D |
| Octal | 102 | 1 | 36 | 0 | 142 | 67 | 112 | 515 | 141 | 15 |
| Binary | 1000010 | 1 | 11110 | 0 | 1100010 | 110111 | 1001010 | 101001101 | 1100001 | 1101 |
Color Harmonies of #42011E
Complementary color
Monochromatic Colors of #42011E
Black with #42011E
Text Example
Text Example
White with #42011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42011E; }
p { color: rgb(66,1,30); }
H1.HeaderClassName
{
color: #42011E;
}
.AnyTagClassName
{
color: #42011E;
}
</style>
background-color css
<style>
a { background-color: #42011E; }
a { background-color: rgb(66,1,30); }
div.DivClassName
{
background-color: #42011E;
}
.BgClassName
{
background-color: #42011E;
}
</style>
border-color css
<style>
span { border-color: #42011E; }
span { border-color: rgb(66,1,30); }
td.TdClassName
{
border-color: #42011E;
}
.TagClassName
{
border-color: #42011E;
}
</style>