Shades of Blackberry #421D34
Tints of Blackberry #421D34
RGB
CMYK
RGB Variations
Color information
#421D34 (or 0x421D34) is known color: Blackberry. HEX triplet: 42, 1D and 34. RGB value is (66,29,52). Sum of RGB (Red+Green+Blue) = 66+29+52=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #421D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D34 is #BDE2CB. Grayscale: #2A2A2A. Windows color (decimal): -12444364 or 3415362. OLE color: 3415362.
HSL color Cylindrical-coordinate representation of color #421D34: hue angle of 322.7º 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 #421D34 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 52 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.74 |
| HSL | 322.7º | 0.39% | 0.19% | - |
| HSV(B) | 322.7º | 0.56% | 0.26% | - |
| XYZ | 3.31 | 2.28 | 3.52 | - |
| YUV | 42.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 52 | 0 | 0.56 | 0.21 | 0.74 | 322.7 | 0.39 | 0.19 |
| Hex | 42 | 1D | 34 | 0 | 38 | 15 | 4A | 143 | 27 | 13 |
| Octal | 102 | 35 | 64 | 0 | 70 | 25 | 112 | 503 | 47 | 23 |
| Binary | 1000010 | 11101 | 110100 | 0 | 111000 | 10101 | 1001010 | 101000011 | 100111 | 10011 |
Color Harmonies of #421D34
Complementary color
Monochromatic Colors of #421D34
Black with #421D34
Text Example
Text Example
White with #421D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D34; }
p { color: rgb(66,29,52); }
H1.HeaderClassName
{
color: #421D34;
}
.AnyTagClassName
{
color: #421D34;
}
</style>
background-color css
<style>
a { background-color: #421D34; }
a { background-color: rgb(66,29,52); }
div.DivClassName
{
background-color: #421D34;
}
.BgClassName
{
background-color: #421D34;
}
</style>
border-color css
<style>
span { border-color: #421D34; }
span { border-color: rgb(66,29,52); }
td.TdClassName
{
border-color: #421D34;
}
.TagClassName
{
border-color: #421D34;
}
</style>