Shades of Blackberry #420322
Tints of Blackberry #420322
RGB
CMYK
RGB Variations
Color information
#420322 (or 0x420322) is known color: Blackberry. HEX triplet: 42, 03 and 22. RGB value is (66,3,34). Sum of RGB (Red+Green+Blue) = 66+3+34=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #420322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420322 is #BDFCDD. Grayscale: #191919. Windows color (decimal): -12451038 or 2229058. OLE color: 2229058.
HSL color Cylindrical-coordinate representation of color #420322: hue angle of 330.48º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420322 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 3 | 34 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.74 |
| HSL | 330.48º | 0.91% | 0.14% | - |
| HSV(B) | 330.48º | 0.95% | 0.26% | - |
| XYZ | 2.57 | 1.34 | 1.64 | - |
| YUV | 25.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 34 | 0 | 0.95 | 0.48 | 0.74 | 330.48 | 0.91 | 0.14 |
| Hex | 42 | 3 | 22 | 0 | 5F | 30 | 4A | 14A | 5B | E |
| Octal | 102 | 3 | 42 | 0 | 137 | 60 | 112 | 512 | 133 | 16 |
| Binary | 1000010 | 11 | 100010 | 0 | 1011111 | 110000 | 1001010 | 101001010 | 1011011 | 1110 |
Color Harmonies of #420322
Complementary color
Monochromatic Colors of #420322
Black with #420322
Text Example
Text Example
White with #420322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420322; }
p { color: rgb(66,3,34); }
H1.HeaderClassName
{
color: #420322;
}
.AnyTagClassName
{
color: #420322;
}
</style>
background-color css
<style>
a { background-color: #420322; }
a { background-color: rgb(66,3,34); }
div.DivClassName
{
background-color: #420322;
}
.BgClassName
{
background-color: #420322;
}
</style>
border-color css
<style>
span { border-color: #420322; }
span { border-color: rgb(66,3,34); }
td.TdClassName
{
border-color: #420322;
}
.TagClassName
{
border-color: #420322;
}
</style>