Shades of Blackberry #421225
Tints of Blackberry #421225
RGB
CMYK
RGB Variations
Color information
#421225 (or 0x421225) is known color: Blackberry. HEX triplet: 42, 12 and 25. RGB value is (66,18,37). Sum of RGB (Red+Green+Blue) = 66+18+37=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #421225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421225 is #BDEDDA. Grayscale: #222222. Windows color (decimal): -12447195 or 2429506. OLE color: 2429506.
HSL color Cylindrical-coordinate representation of color #421225: hue angle of 336.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421225 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 37 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.74 |
| HSL | 336.25º | 0.57% | 0.16% | - |
| HSV(B) | 336.25º | 0.73% | 0.26% | - |
| XYZ | 2.8 | 1.72 | 1.94 | - |
| YUV | 34.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 37 | 0 | 0.73 | 0.44 | 0.74 | 336.25 | 0.57 | 0.16 |
| Hex | 42 | 12 | 25 | 0 | 49 | 2C | 4A | 150 | 39 | 10 |
| Octal | 102 | 22 | 45 | 0 | 111 | 54 | 112 | 520 | 71 | 20 |
| Binary | 1000010 | 10010 | 100101 | 0 | 1001001 | 101100 | 1001010 | 101010000 | 111001 | 10000 |
Color Harmonies of #421225
Complementary color
Monochromatic Colors of #421225
Black with #421225
Text Example
Text Example
White with #421225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421225; }
p { color: rgb(66,18,37); }
H1.HeaderClassName
{
color: #421225;
}
.AnyTagClassName
{
color: #421225;
}
</style>
background-color css
<style>
a { background-color: #421225; }
a { background-color: rgb(66,18,37); }
div.DivClassName
{
background-color: #421225;
}
.BgClassName
{
background-color: #421225;
}
</style>
border-color css
<style>
span { border-color: #421225; }
span { border-color: rgb(66,18,37); }
td.TdClassName
{
border-color: #421225;
}
.TagClassName
{
border-color: #421225;
}
</style>