Shades of Blackberry #421839
Tints of Blackberry #421839
RGB
CMYK
RGB Variations
Color information
#421839 (or 0x421839) is known color: Blackberry. HEX triplet: 42, 18 and 39. RGB value is (66,24,57). Sum of RGB (Red+Green+Blue) = 66+24+57=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #421839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421839 is #BDE7C6. Grayscale: #282828. Windows color (decimal): -12445639 or 3741762. OLE color: 3741762.
HSL color Cylindrical-coordinate representation of color #421839: hue angle of 312.86º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #421839 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 24 | 57 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.74 |
| HSL | 312.86º | 0.47% | 0.18% | - |
| HSV(B) | 312.86º | 0.64% | 0.26% | - |
| XYZ | 3.31 | 2.11 | 4.1 | - |
| YUV | 40.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 57 | 0 | 0.64 | 0.14 | 0.74 | 312.86 | 0.47 | 0.18 |
| Hex | 42 | 18 | 39 | 0 | 40 | E | 4A | 139 | 2F | 12 |
| Octal | 102 | 30 | 71 | 0 | 100 | 16 | 112 | 471 | 57 | 22 |
| Binary | 1000010 | 11000 | 111001 | 0 | 1000000 | 1110 | 1001010 | 100111001 | 101111 | 10010 |
Color Harmonies of #421839
Complementary color
Monochromatic Colors of #421839
Black with #421839
Text Example
Text Example
White with #421839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421839; }
p { color: rgb(66,24,57); }
H1.HeaderClassName
{
color: #421839;
}
.AnyTagClassName
{
color: #421839;
}
</style>
background-color css
<style>
a { background-color: #421839; }
a { background-color: rgb(66,24,57); }
div.DivClassName
{
background-color: #421839;
}
.BgClassName
{
background-color: #421839;
}
</style>
border-color css
<style>
span { border-color: #421839; }
span { border-color: rgb(66,24,57); }
td.TdClassName
{
border-color: #421839;
}
.TagClassName
{
border-color: #421839;
}
</style>