Shades of Blackberry #42021F
Tints of Blackberry #42021F
RGB
CMYK
RGB Variations
Color information
#42021F (or 0x42021F) is known color: Blackberry. HEX triplet: 42, 02 and 1F. RGB value is (66,2,31). Sum of RGB (Red+Green+Blue) = 66+2+31=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42021F is #BDFDE0. Grayscale: #181818. Windows color (decimal): -12451297 or 2032194. OLE color: 2032194.
HSL color Cylindrical-coordinate representation of color #42021F: hue angle of 332.81º 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 #42021F is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 31 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.74 |
| HSL | 332.81º | 0.94% | 0.13% | - |
| HSV(B) | 332.81º | 0.97% | 0.26% | - |
| XYZ | 2.52 | 1.3 | 1.41 | - |
| YUV | 24.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 31 | 0 | 0.97 | 0.53 | 0.74 | 332.81 | 0.94 | 0.13 |
| Hex | 42 | 2 | 1F | 0 | 61 | 35 | 4A | 14D | 5E | D |
| Octal | 102 | 2 | 37 | 0 | 141 | 65 | 112 | 515 | 136 | 15 |
| Binary | 1000010 | 10 | 11111 | 0 | 1100001 | 110101 | 1001010 | 101001101 | 1011110 | 1101 |
Color Harmonies of #42021F
Complementary color
Monochromatic Colors of #42021F
Black with #42021F
Text Example
Text Example
White with #42021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42021F; }
p { color: rgb(66,2,31); }
H1.HeaderClassName
{
color: #42021F;
}
.AnyTagClassName
{
color: #42021F;
}
</style>
background-color css
<style>
a { background-color: #42021F; }
a { background-color: rgb(66,2,31); }
div.DivClassName
{
background-color: #42021F;
}
.BgClassName
{
background-color: #42021F;
}
</style>
border-color css
<style>
span { border-color: #42021F; }
span { border-color: rgb(66,2,31); }
td.TdClassName
{
border-color: #42021F;
}
.TagClassName
{
border-color: #42021F;
}
</style>