Shades of Blackberry #42102A
Tints of Blackberry #42102A
RGB
CMYK
RGB Variations
Color information
#42102A (or 0x42102A) is known color: Blackberry. HEX triplet: 42, 10 and 2A. RGB value is (66,16,42). Sum of RGB (Red+Green+Blue) = 66+16+42=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #42102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42102A is #BDEFD5. Grayscale: #212121. Windows color (decimal): -12447702 or 2756674. OLE color: 2756674.
HSL color Cylindrical-coordinate representation of color #42102A: hue angle of 328.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42102A is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 16 | 42 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.74 |
| HSL | 328.8º | 0.61% | 0.16% | - |
| HSV(B) | 328.8º | 0.76% | 0.26% | - |
| XYZ | 2.85 | 1.7 | 2.37 | - |
| YUV | 33.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 42 | 0 | 0.76 | 0.36 | 0.74 | 328.8 | 0.61 | 0.16 |
| Hex | 42 | 10 | 2A | 0 | 4C | 24 | 4A | 149 | 3D | 10 |
| Octal | 102 | 20 | 52 | 0 | 114 | 44 | 112 | 511 | 75 | 20 |
| Binary | 1000010 | 10000 | 101010 | 0 | 1001100 | 100100 | 1001010 | 101001001 | 111101 | 10000 |
Color Harmonies of #42102A
Complementary color
Monochromatic Colors of #42102A
Black with #42102A
Text Example
Text Example
White with #42102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42102A; }
p { color: rgb(66,16,42); }
H1.HeaderClassName
{
color: #42102A;
}
.AnyTagClassName
{
color: #42102A;
}
</style>
background-color css
<style>
a { background-color: #42102A; }
a { background-color: rgb(66,16,42); }
div.DivClassName
{
background-color: #42102A;
}
.BgClassName
{
background-color: #42102A;
}
</style>
border-color css
<style>
span { border-color: #42102A; }
span { border-color: rgb(66,16,42); }
td.TdClassName
{
border-color: #42102A;
}
.TagClassName
{
border-color: #42102A;
}
</style>