Shades of Blackberry #421A33
Tints of Blackberry #421A33
RGB
CMYK
RGB Variations
Color information
#421A33 (or 0x421A33) is known color: Blackberry. HEX triplet: 42, 1A and 33. RGB value is (66,26,51). Sum of RGB (Red+Green+Blue) = 66+26+51=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #421A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A33 is #BDE5CC. Grayscale: #282828. Windows color (decimal): -12445133 or 3349058. OLE color: 3349058.
HSL color Cylindrical-coordinate representation of color #421A33: hue angle of 322.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 #421A33 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 51 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.74 |
| HSL | 322.5º | 0.43% | 0.18% | - |
| HSV(B) | 322.5º | 0.61% | 0.26% | - |
| XYZ | 3.21 | 2.14 | 3.37 | - |
| YUV | 40.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 51 | 0 | 0.61 | 0.23 | 0.74 | 322.5 | 0.43 | 0.18 |
| Hex | 42 | 1A | 33 | 0 | 3D | 17 | 4A | 142 | 2B | 12 |
| Octal | 102 | 32 | 63 | 0 | 75 | 27 | 112 | 502 | 53 | 22 |
| Binary | 1000010 | 11010 | 110011 | 0 | 111101 | 10111 | 1001010 | 101000010 | 101011 | 10010 |
Color Harmonies of #421A33
Complementary color
Monochromatic Colors of #421A33
Black with #421A33
Text Example
Text Example
White with #421A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A33; }
p { color: rgb(66,26,51); }
H1.HeaderClassName
{
color: #421A33;
}
.AnyTagClassName
{
color: #421A33;
}
</style>
background-color css
<style>
a { background-color: #421A33; }
a { background-color: rgb(66,26,51); }
div.DivClassName
{
background-color: #421A33;
}
.BgClassName
{
background-color: #421A33;
}
</style>
border-color css
<style>
span { border-color: #421A33; }
span { border-color: rgb(66,26,51); }
td.TdClassName
{
border-color: #421A33;
}
.TagClassName
{
border-color: #421A33;
}
</style>