Shades of Blackberry #420230
Tints of Blackberry #420230
RGB
CMYK
RGB Variations
Color information
#420230 (or 0x420230) is known color: Blackberry. HEX triplet: 42, 02 and 30. RGB value is (66,2,48). Sum of RGB (Red+Green+Blue) = 66+2+48=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #420230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420230 is #BDFDCF. Grayscale: #1A1A1A. Windows color (decimal): -12451280 or 3146306. OLE color: 3146306.
HSL color Cylindrical-coordinate representation of color #420230: hue angle of 316.88º 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 #420230 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 48 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.74 |
| HSL | 316.88º | 0.94% | 0.13% | - |
| HSV(B) | 316.88º | 0.97% | 0.26% | - |
| XYZ | 2.8 | 1.42 | 2.92 | - |
| YUV | 26.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 48 | 0 | 0.97 | 0.27 | 0.74 | 316.88 | 0.94 | 0.13 |
| Hex | 42 | 2 | 30 | 0 | 61 | 1B | 4A | 13D | 5E | D |
| Octal | 102 | 2 | 60 | 0 | 141 | 33 | 112 | 475 | 136 | 15 |
| Binary | 1000010 | 10 | 110000 | 0 | 1100001 | 11011 | 1001010 | 100111101 | 1011110 | 1101 |
Color Harmonies of #420230
Complementary color
Monochromatic Colors of #420230
Black with #420230
Text Example
Text Example
White with #420230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420230; }
p { color: rgb(66,2,48); }
H1.HeaderClassName
{
color: #420230;
}
.AnyTagClassName
{
color: #420230;
}
</style>
background-color css
<style>
a { background-color: #420230; }
a { background-color: rgb(66,2,48); }
div.DivClassName
{
background-color: #420230;
}
.BgClassName
{
background-color: #420230;
}
</style>
border-color css
<style>
span { border-color: #420230; }
span { border-color: rgb(66,2,48); }
td.TdClassName
{
border-color: #420230;
}
.TagClassName
{
border-color: #420230;
}
</style>