Shades of Blackberry #420633
Tints of Blackberry #420633
RGB
CMYK
RGB Variations
Color information
#420633 (or 0x420633) is known color: Blackberry. HEX triplet: 42, 06 and 33. RGB value is (66,6,51). Sum of RGB (Red+Green+Blue) = 66+6+51=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #420633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420633 is #BDF9CC. Grayscale: #1C1C1C. Windows color (decimal): -12450253 or 3343938. OLE color: 3343938.
HSL color Cylindrical-coordinate representation of color #420633: hue angle of 315º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420633 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 6 | 51 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.74 |
| HSL | 315º | 0.83% | 0.14% | - |
| HSV(B) | 315º | 0.91% | 0.26% | - |
| XYZ | 2.91 | 1.53 | 3.27 | - |
| YUV | 29.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 51 | 0 | 0.91 | 0.23 | 0.74 | 315 | 0.83 | 0.14 |
| Hex | 42 | 6 | 33 | 0 | 5B | 17 | 4A | 13B | 53 | E |
| Octal | 102 | 6 | 63 | 0 | 133 | 27 | 112 | 473 | 123 | 16 |
| Binary | 1000010 | 110 | 110011 | 0 | 1011011 | 10111 | 1001010 | 100111011 | 1010011 | 1110 |
Color Harmonies of #420633
Complementary color
Monochromatic Colors of #420633
Black with #420633
Text Example
Text Example
White with #420633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420633; }
p { color: rgb(66,6,51); }
H1.HeaderClassName
{
color: #420633;
}
.AnyTagClassName
{
color: #420633;
}
</style>
background-color css
<style>
a { background-color: #420633; }
a { background-color: rgb(66,6,51); }
div.DivClassName
{
background-color: #420633;
}
.BgClassName
{
background-color: #420633;
}
</style>
border-color css
<style>
span { border-color: #420633; }
span { border-color: rgb(66,6,51); }
td.TdClassName
{
border-color: #420633;
}
.TagClassName
{
border-color: #420633;
}
</style>