Shades of Blackberry #421234
Tints of Blackberry #421234
RGB
CMYK
RGB Variations
Color information
#421234 (or 0x421234) is known color: Blackberry. HEX triplet: 42, 12 and 34. RGB value is (66,18,52). Sum of RGB (Red+Green+Blue) = 66+18+52=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #421234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421234 is #BDEDCB. Grayscale: #242424. Windows color (decimal): -12447180 or 3412546. OLE color: 3412546.
HSL color Cylindrical-coordinate representation of color #421234: hue angle of 317.5º 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 #421234 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 52 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.74 |
| HSL | 317.5º | 0.57% | 0.16% | - |
| HSV(B) | 317.5º | 0.73% | 0.26% | - |
| XYZ | 3.08 | 1.84 | 3.44 | - |
| YUV | 36.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 52 | 0 | 0.73 | 0.21 | 0.74 | 317.5 | 0.57 | 0.16 |
| Hex | 42 | 12 | 34 | 0 | 49 | 15 | 4A | 13E | 39 | 10 |
| Octal | 102 | 22 | 64 | 0 | 111 | 25 | 112 | 476 | 71 | 20 |
| Binary | 1000010 | 10010 | 110100 | 0 | 1001001 | 10101 | 1001010 | 100111110 | 111001 | 10000 |
Color Harmonies of #421234
Complementary color
Monochromatic Colors of #421234
Black with #421234
Text Example
Text Example
White with #421234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421234; }
p { color: rgb(66,18,52); }
H1.HeaderClassName
{
color: #421234;
}
.AnyTagClassName
{
color: #421234;
}
</style>
background-color css
<style>
a { background-color: #421234; }
a { background-color: rgb(66,18,52); }
div.DivClassName
{
background-color: #421234;
}
.BgClassName
{
background-color: #421234;
}
</style>
border-color css
<style>
span { border-color: #421234; }
span { border-color: rgb(66,18,52); }
td.TdClassName
{
border-color: #421234;
}
.TagClassName
{
border-color: #421234;
}
</style>