Shades of Blackberry #421C32
Tints of Blackberry #421C32
RGB
CMYK
RGB Variations
Color information
#421C32 (or 0x421C32) is known color: Blackberry. HEX triplet: 42, 1C and 32. RGB value is (66,28,50). Sum of RGB (Red+Green+Blue) = 66+28+50=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #421C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C32 is #BDE3CD. Grayscale: #292929. Windows color (decimal): -12444622 or 3284034. OLE color: 3284034.
HSL color Cylindrical-coordinate representation of color #421C32: hue angle of 325.26º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421C32 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 50 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.74 |
| HSL | 325.26º | 0.4% | 0.18% | - |
| HSV(B) | 325.26º | 0.58% | 0.26% | - |
| XYZ | 3.24 | 2.22 | 3.28 | - |
| YUV | 41.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 50 | 0 | 0.58 | 0.24 | 0.74 | 325.26 | 0.4 | 0.18 |
| Hex | 42 | 1C | 32 | 0 | 3A | 18 | 4A | 145 | 28 | 12 |
| Octal | 102 | 34 | 62 | 0 | 72 | 30 | 112 | 505 | 50 | 22 |
| Binary | 1000010 | 11100 | 110010 | 0 | 111010 | 11000 | 1001010 | 101000101 | 101000 | 10010 |
Color Harmonies of #421C32
Complementary color
Monochromatic Colors of #421C32
Black with #421C32
Text Example
Text Example
White with #421C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C32; }
p { color: rgb(66,28,50); }
H1.HeaderClassName
{
color: #421C32;
}
.AnyTagClassName
{
color: #421C32;
}
</style>
background-color css
<style>
a { background-color: #421C32; }
a { background-color: rgb(66,28,50); }
div.DivClassName
{
background-color: #421C32;
}
.BgClassName
{
background-color: #421C32;
}
</style>
border-color css
<style>
span { border-color: #421C32; }
span { border-color: rgb(66,28,50); }
td.TdClassName
{
border-color: #421C32;
}
.TagClassName
{
border-color: #421C32;
}
</style>