Shades of Blackberry #421A35
Tints of Blackberry #421A35
RGB
CMYK
RGB Variations
Color information
#421A35 (or 0x421A35) is known color: Blackberry. HEX triplet: 42, 1A and 35. RGB value is (66,26,53). Sum of RGB (Red+Green+Blue) = 66+26+53=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #421A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A35 is #BDE5CA. Grayscale: #282828. Windows color (decimal): -12445131 or 3480130. OLE color: 3480130.
HSL color Cylindrical-coordinate representation of color #421A35: hue angle of 319.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421A35 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 53 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.74 |
| HSL | 319.5º | 0.43% | 0.18% | - |
| HSV(B) | 319.5º | 0.61% | 0.26% | - |
| XYZ | 3.26 | 2.15 | 3.61 | - |
| YUV | 41.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 53 | 0 | 0.61 | 0.20 | 0.74 | 319.5 | 0.43 | 0.18 |
| Hex | 42 | 1A | 35 | 0 | 3D | 14 | 4A | 140 | 2B | 12 |
| Octal | 102 | 32 | 65 | 0 | 75 | 24 | 112 | 500 | 53 | 22 |
| Binary | 1000010 | 11010 | 110101 | 0 | 111101 | 10100 | 1001010 | 101000000 | 101011 | 10010 |
Color Harmonies of #421A35
Complementary color
Monochromatic Colors of #421A35
Black with #421A35
Text Example
Text Example
White with #421A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A35; }
p { color: rgb(66,26,53); }
H1.HeaderClassName
{
color: #421A35;
}
.AnyTagClassName
{
color: #421A35;
}
</style>
background-color css
<style>
a { background-color: #421A35; }
a { background-color: rgb(66,26,53); }
div.DivClassName
{
background-color: #421A35;
}
.BgClassName
{
background-color: #421A35;
}
</style>
border-color css
<style>
span { border-color: #421A35; }
span { border-color: rgb(66,26,53); }
td.TdClassName
{
border-color: #421A35;
}
.TagClassName
{
border-color: #421A35;
}
</style>