Shades of Blackberry #421231
Tints of Blackberry #421231
RGB
CMYK
RGB Variations
Color information
#421231 (or 0x421231) is known color: Blackberry. HEX triplet: 42, 12 and 31. RGB value is (66,18,49). Sum of RGB (Red+Green+Blue) = 66+18+49=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #421231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421231 is #BDEDCE. Grayscale: #232323. Windows color (decimal): -12447183 or 3215938. OLE color: 3215938.
HSL color Cylindrical-coordinate representation of color #421231: hue angle of 321.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421231 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 49 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.74 |
| HSL | 321.25º | 0.57% | 0.16% | - |
| HSV(B) | 321.25º | 0.73% | 0.26% | - |
| XYZ | 3.02 | 1.81 | 3.1 | - |
| YUV | 35.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 49 | 0 | 0.73 | 0.26 | 0.74 | 321.25 | 0.57 | 0.16 |
| Hex | 42 | 12 | 31 | 0 | 49 | 1A | 4A | 141 | 39 | 10 |
| Octal | 102 | 22 | 61 | 0 | 111 | 32 | 112 | 501 | 71 | 20 |
| Binary | 1000010 | 10010 | 110001 | 0 | 1001001 | 11010 | 1001010 | 101000001 | 111001 | 10000 |
Color Harmonies of #421231
Complementary color
Monochromatic Colors of #421231
Black with #421231
Text Example
Text Example
White with #421231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421231; }
p { color: rgb(66,18,49); }
H1.HeaderClassName
{
color: #421231;
}
.AnyTagClassName
{
color: #421231;
}
</style>
background-color css
<style>
a { background-color: #421231; }
a { background-color: rgb(66,18,49); }
div.DivClassName
{
background-color: #421231;
}
.BgClassName
{
background-color: #421231;
}
</style>
border-color css
<style>
span { border-color: #421231; }
span { border-color: rgb(66,18,49); }
td.TdClassName
{
border-color: #421231;
}
.TagClassName
{
border-color: #421231;
}
</style>