Shades of Blackberry #421A2B
Tints of Blackberry #421A2B
RGB
CMYK
RGB Variations
Color information
#421A2B (or 0x421A2B) is known color: Blackberry. HEX triplet: 42, 1A and 2B. RGB value is (66,26,43). Sum of RGB (Red+Green+Blue) = 66+26+43=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #421A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A2B is #BDE5D4. Grayscale: #272727. Windows color (decimal): -12445141 or 2824770. OLE color: 2824770.
HSL color Cylindrical-coordinate representation of color #421A2B: hue angle of 334.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 #421A2B is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 43 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.74 |
| HSL | 334.5º | 0.43% | 0.18% | - |
| HSV(B) | 334.5º | 0.61% | 0.26% | - |
| XYZ | 3.05 | 2.07 | 2.52 | - |
| YUV | 39.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 43 | 0 | 0.61 | 0.35 | 0.74 | 334.5 | 0.43 | 0.18 |
| Hex | 42 | 1A | 2B | 0 | 3D | 23 | 4A | 14E | 2B | 12 |
| Octal | 102 | 32 | 53 | 0 | 75 | 43 | 112 | 516 | 53 | 22 |
| Binary | 1000010 | 11010 | 101011 | 0 | 111101 | 100011 | 1001010 | 101001110 | 101011 | 10010 |
Color Harmonies of #421A2B
Complementary color
Monochromatic Colors of #421A2B
Black with #421A2B
Text Example
Text Example
White with #421A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A2B; }
p { color: rgb(66,26,43); }
H1.HeaderClassName
{
color: #421A2B;
}
.AnyTagClassName
{
color: #421A2B;
}
</style>
background-color css
<style>
a { background-color: #421A2B; }
a { background-color: rgb(66,26,43); }
div.DivClassName
{
background-color: #421A2B;
}
.BgClassName
{
background-color: #421A2B;
}
</style>
border-color css
<style>
span { border-color: #421A2B; }
span { border-color: rgb(66,26,43); }
td.TdClassName
{
border-color: #421A2B;
}
.TagClassName
{
border-color: #421A2B;
}
</style>