Shades of Blackberry #421A2D
Tints of Blackberry #421A2D
RGB
CMYK
RGB Variations
Color information
#421A2D (or 0x421A2D) is known color: Blackberry. HEX triplet: 42, 1A and 2D. RGB value is (66,26,45). Sum of RGB (Red+Green+Blue) = 66+26+45=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #421A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A2D is #BDE5D2. Grayscale: #282828. Windows color (decimal): -12445139 or 2955842. OLE color: 2955842.
HSL color Cylindrical-coordinate representation of color #421A2D: hue angle of 331.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 #421A2D is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 45 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.74 |
| HSL | 331.5º | 0.43% | 0.18% | - |
| HSV(B) | 331.5º | 0.61% | 0.26% | - |
| XYZ | 3.09 | 2.09 | 2.72 | - |
| YUV | 40.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 45 | 0 | 0.61 | 0.32 | 0.74 | 331.5 | 0.43 | 0.18 |
| Hex | 42 | 1A | 2D | 0 | 3D | 20 | 4A | 14C | 2B | 12 |
| Octal | 102 | 32 | 55 | 0 | 75 | 40 | 112 | 514 | 53 | 22 |
| Binary | 1000010 | 11010 | 101101 | 0 | 111101 | 100000 | 1001010 | 101001100 | 101011 | 10010 |
Color Harmonies of #421A2D
Complementary color
Monochromatic Colors of #421A2D
Black with #421A2D
Text Example
Text Example
White with #421A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A2D; }
p { color: rgb(66,26,45); }
H1.HeaderClassName
{
color: #421A2D;
}
.AnyTagClassName
{
color: #421A2D;
}
</style>
background-color css
<style>
a { background-color: #421A2D; }
a { background-color: rgb(66,26,45); }
div.DivClassName
{
background-color: #421A2D;
}
.BgClassName
{
background-color: #421A2D;
}
</style>
border-color css
<style>
span { border-color: #421A2D; }
span { border-color: rgb(66,26,45); }
td.TdClassName
{
border-color: #421A2D;
}
.TagClassName
{
border-color: #421A2D;
}
</style>