Shades of Blackberry #421D31
Tints of Blackberry #421D31
RGB
CMYK
RGB Variations
Color information
#421D31 (or 0x421D31) is known color: Blackberry. HEX triplet: 42, 1D and 31. RGB value is (66,29,49). Sum of RGB (Red+Green+Blue) = 66+29+49=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #421D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D31 is #BDE2CE. Grayscale: #2A2A2A. Windows color (decimal): -12444367 or 3218754. OLE color: 3218754.
HSL color Cylindrical-coordinate representation of color #421D31: hue angle of 327.57º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D31 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 49 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.74 |
| HSL | 327.57º | 0.39% | 0.19% | - |
| HSV(B) | 327.57º | 0.56% | 0.26% | - |
| XYZ | 3.24 | 2.26 | 3.17 | - |
| YUV | 42.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 49 | 0 | 0.56 | 0.26 | 0.74 | 327.57 | 0.39 | 0.19 |
| Hex | 42 | 1D | 31 | 0 | 38 | 1A | 4A | 148 | 27 | 13 |
| Octal | 102 | 35 | 61 | 0 | 70 | 32 | 112 | 510 | 47 | 23 |
| Binary | 1000010 | 11101 | 110001 | 0 | 111000 | 11010 | 1001010 | 101001000 | 100111 | 10011 |
Color Harmonies of #421D31
Complementary color
Monochromatic Colors of #421D31
Black with #421D31
Text Example
Text Example
White with #421D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D31; }
p { color: rgb(66,29,49); }
H1.HeaderClassName
{
color: #421D31;
}
.AnyTagClassName
{
color: #421D31;
}
</style>
background-color css
<style>
a { background-color: #421D31; }
a { background-color: rgb(66,29,49); }
div.DivClassName
{
background-color: #421D31;
}
.BgClassName
{
background-color: #421D31;
}
</style>
border-color css
<style>
span { border-color: #421D31; }
span { border-color: rgb(66,29,49); }
td.TdClassName
{
border-color: #421D31;
}
.TagClassName
{
border-color: #421D31;
}
</style>