Shades of Blackberry #421D32
Tints of Blackberry #421D32
RGB
CMYK
RGB Variations
Color information
#421D32 (or 0x421D32) is known color: Blackberry. HEX triplet: 42, 1D and 32. RGB value is (66,29,50). Sum of RGB (Red+Green+Blue) = 66+29+50=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #421D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D32 is #BDE2CD. Grayscale: #2A2A2A. Windows color (decimal): -12444366 or 3284290. OLE color: 3284290.
HSL color Cylindrical-coordinate representation of color #421D32: hue angle of 325.95º 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 #421D32 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 50 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.74 |
| HSL | 325.95º | 0.39% | 0.19% | - |
| HSV(B) | 325.95º | 0.56% | 0.26% | - |
| XYZ | 3.26 | 2.27 | 3.28 | - |
| YUV | 42.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 50 | 0 | 0.56 | 0.24 | 0.74 | 325.95 | 0.39 | 0.19 |
| Hex | 42 | 1D | 32 | 0 | 38 | 18 | 4A | 146 | 27 | 13 |
| Octal | 102 | 35 | 62 | 0 | 70 | 30 | 112 | 506 | 47 | 23 |
| Binary | 1000010 | 11101 | 110010 | 0 | 111000 | 11000 | 1001010 | 101000110 | 100111 | 10011 |
Color Harmonies of #421D32
Complementary color
Monochromatic Colors of #421D32
Black with #421D32
Text Example
Text Example
White with #421D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D32; }
p { color: rgb(66,29,50); }
H1.HeaderClassName
{
color: #421D32;
}
.AnyTagClassName
{
color: #421D32;
}
</style>
background-color css
<style>
a { background-color: #421D32; }
a { background-color: rgb(66,29,50); }
div.DivClassName
{
background-color: #421D32;
}
.BgClassName
{
background-color: #421D32;
}
</style>
border-color css
<style>
span { border-color: #421D32; }
span { border-color: rgb(66,29,50); }
td.TdClassName
{
border-color: #421D32;
}
.TagClassName
{
border-color: #421D32;
}
</style>