Shades of Blackberry #420124
Tints of Blackberry #420124
RGB
CMYK
RGB Variations
Color information
#420124 (or 0x420124) is known color: Blackberry. HEX triplet: 42, 01 and 24. RGB value is (66,1,36). Sum of RGB (Red+Green+Blue) = 66+1+36=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #420124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420124 is #BDFEDB. Grayscale: #181818. Windows color (decimal): -12451548 or 2359618. OLE color: 2359618.
HSL color Cylindrical-coordinate representation of color #420124: hue angle of 327.69º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420124 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 1 | 36 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.74 |
| HSL | 327.69º | 0.97% | 0.13% | - |
| HSV(B) | 327.69º | 0.98% | 0.26% | - |
| XYZ | 2.58 | 1.31 | 1.79 | - |
| YUV | 24.43 | 134.53 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 36 | 0 | 0.98 | 0.45 | 0.74 | 327.69 | 0.97 | 0.13 |
| Hex | 42 | 1 | 24 | 0 | 62 | 2D | 4A | 148 | 61 | D |
| Octal | 102 | 1 | 44 | 0 | 142 | 55 | 112 | 510 | 141 | 15 |
| Binary | 1000010 | 1 | 100100 | 0 | 1100010 | 101101 | 1001010 | 101001000 | 1100001 | 1101 |
Color Harmonies of #420124
Complementary color
Monochromatic Colors of #420124
Black with #420124
Text Example
Text Example
White with #420124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420124; }
p { color: rgb(66,1,36); }
H1.HeaderClassName
{
color: #420124;
}
.AnyTagClassName
{
color: #420124;
}
</style>
background-color css
<style>
a { background-color: #420124; }
a { background-color: rgb(66,1,36); }
div.DivClassName
{
background-color: #420124;
}
.BgClassName
{
background-color: #420124;
}
</style>
border-color css
<style>
span { border-color: #420124; }
span { border-color: rgb(66,1,36); }
td.TdClassName
{
border-color: #420124;
}
.TagClassName
{
border-color: #420124;
}
</style>