Shades of Blackberry #420933
Tints of Blackberry #420933
RGB
CMYK
RGB Variations
Color information
#420933 (or 0x420933) is known color: Blackberry. HEX triplet: 42, 09 and 33. RGB value is (66,9,51). Sum of RGB (Red+Green+Blue) = 66+9+51=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #420933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420933 is #BDF6CC. Grayscale: #1E1E1E. Windows color (decimal): -12449485 or 3344706. OLE color: 3344706.
HSL color Cylindrical-coordinate representation of color #420933: hue angle of 315.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420933 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 9 | 51 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.74 |
| HSL | 315.79º | 0.76% | 0.15% | - |
| HSV(B) | 315.79º | 0.86% | 0.26% | - |
| XYZ | 2.94 | 1.59 | 3.28 | - |
| YUV | 30.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 51 | 0 | 0.86 | 0.23 | 0.74 | 315.79 | 0.76 | 0.15 |
| Hex | 42 | 9 | 33 | 0 | 56 | 17 | 4A | 13C | 4C | F |
| Octal | 102 | 11 | 63 | 0 | 126 | 27 | 112 | 474 | 114 | 17 |
| Binary | 1000010 | 1001 | 110011 | 0 | 1010110 | 10111 | 1001010 | 100111100 | 1001100 | 1111 |
Color Harmonies of #420933
Complementary color
Monochromatic Colors of #420933
Black with #420933
Text Example
Text Example
White with #420933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420933; }
p { color: rgb(66,9,51); }
H1.HeaderClassName
{
color: #420933;
}
.AnyTagClassName
{
color: #420933;
}
</style>
background-color css
<style>
a { background-color: #420933; }
a { background-color: rgb(66,9,51); }
div.DivClassName
{
background-color: #420933;
}
.BgClassName
{
background-color: #420933;
}
</style>
border-color css
<style>
span { border-color: #420933; }
span { border-color: rgb(66,9,51); }
td.TdClassName
{
border-color: #420933;
}
.TagClassName
{
border-color: #420933;
}
</style>