Shades of Blackberry #42021E
Tints of Blackberry #42021E
RGB
CMYK
RGB Variations
Color information
#42021E (or 0x42021E) is known color: Blackberry. HEX triplet: 42, 02 and 1E. RGB value is (66,2,30). Sum of RGB (Red+Green+Blue) = 66+2+30=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #42021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42021E is #BDFDE1. Grayscale: #181818. Windows color (decimal): -12451298 or 1966658. OLE color: 1966658.
HSL color Cylindrical-coordinate representation of color #42021E: hue angle of 333.75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42021E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 30 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.74 |
| HSL | 333.75º | 0.94% | 0.13% | - |
| HSV(B) | 333.75º | 0.97% | 0.26% | - |
| XYZ | 2.5 | 1.3 | 1.35 | - |
| YUV | 24.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 30 | 0 | 0.97 | 0.55 | 0.74 | 333.75 | 0.94 | 0.13 |
| Hex | 42 | 2 | 1E | 0 | 61 | 37 | 4A | 14E | 5E | D |
| Octal | 102 | 2 | 36 | 0 | 141 | 67 | 112 | 516 | 136 | 15 |
| Binary | 1000010 | 10 | 11110 | 0 | 1100001 | 110111 | 1001010 | 101001110 | 1011110 | 1101 |
Color Harmonies of #42021E
Complementary color
Monochromatic Colors of #42021E
Black with #42021E
Text Example
Text Example
White with #42021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42021E; }
p { color: rgb(66,2,30); }
H1.HeaderClassName
{
color: #42021E;
}
.AnyTagClassName
{
color: #42021E;
}
</style>
background-color css
<style>
a { background-color: #42021E; }
a { background-color: rgb(66,2,30); }
div.DivClassName
{
background-color: #42021E;
}
.BgClassName
{
background-color: #42021E;
}
</style>
border-color css
<style>
span { border-color: #42021E; }
span { border-color: rgb(66,2,30); }
td.TdClassName
{
border-color: #42021E;
}
.TagClassName
{
border-color: #42021E;
}
</style>