Shades of Blackberry #420337
Tints of Blackberry #420337
RGB
CMYK
RGB Variations
Color information
#420337 (or 0x420337) is known color: Blackberry. HEX triplet: 42, 03 and 37. RGB value is (66,3,55). Sum of RGB (Red+Green+Blue) = 66+3+55=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #420337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420337 is #BDFCC8. Grayscale: #1B1B1B. Windows color (decimal): -12451017 or 3605314. OLE color: 3605314.
HSL color Cylindrical-coordinate representation of color #420337: hue angle of 310.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 #420337 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 3 | 55 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.74 |
| HSL | 310.48º | 0.91% | 0.14% | - |
| HSV(B) | 310.48º | 0.95% | 0.26% | - |
| XYZ | 2.97 | 1.5 | 3.75 | - |
| YUV | 27.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 55 | 0 | 0.95 | 0.17 | 0.74 | 310.48 | 0.91 | 0.14 |
| Hex | 42 | 3 | 37 | 0 | 5F | 11 | 4A | 136 | 5B | E |
| Octal | 102 | 3 | 67 | 0 | 137 | 21 | 112 | 466 | 133 | 16 |
| Binary | 1000010 | 11 | 110111 | 0 | 1011111 | 10001 | 1001010 | 100110110 | 1011011 | 1110 |
Color Harmonies of #420337
Complementary color
Monochromatic Colors of #420337
Black with #420337
Text Example
Text Example
White with #420337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420337; }
p { color: rgb(66,3,55); }
H1.HeaderClassName
{
color: #420337;
}
.AnyTagClassName
{
color: #420337;
}
</style>
background-color css
<style>
a { background-color: #420337; }
a { background-color: rgb(66,3,55); }
div.DivClassName
{
background-color: #420337;
}
.BgClassName
{
background-color: #420337;
}
</style>
border-color css
<style>
span { border-color: #420337; }
span { border-color: rgb(66,3,55); }
td.TdClassName
{
border-color: #420337;
}
.TagClassName
{
border-color: #420337;
}
</style>