Shades of Blackberry #42102B
Tints of Blackberry #42102B
RGB
CMYK
RGB Variations
Color information
#42102B (or 0x42102B) is known color: Blackberry. HEX triplet: 42, 10 and 2B. RGB value is (66,16,43). Sum of RGB (Red+Green+Blue) = 66+16+43=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #42102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42102B is #BDEFD4. Grayscale: #212121. Windows color (decimal): -12447701 or 2822210. OLE color: 2822210.
HSL color Cylindrical-coordinate representation of color #42102B: hue angle of 327.6º 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 #42102B is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 16 | 43 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.74 |
| HSL | 327.6º | 0.61% | 0.16% | - |
| HSV(B) | 327.6º | 0.76% | 0.26% | - |
| XYZ | 2.87 | 1.7 | 2.46 | - |
| YUV | 34.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 43 | 0 | 0.76 | 0.35 | 0.74 | 327.6 | 0.61 | 0.16 |
| Hex | 42 | 10 | 2B | 0 | 4C | 23 | 4A | 148 | 3D | 10 |
| Octal | 102 | 20 | 53 | 0 | 114 | 43 | 112 | 510 | 75 | 20 |
| Binary | 1000010 | 10000 | 101011 | 0 | 1001100 | 100011 | 1001010 | 101001000 | 111101 | 10000 |
Color Harmonies of #42102B
Complementary color
Monochromatic Colors of #42102B
Black with #42102B
Text Example
Text Example
White with #42102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42102B; }
p { color: rgb(66,16,43); }
H1.HeaderClassName
{
color: #42102B;
}
.AnyTagClassName
{
color: #42102B;
}
</style>
background-color css
<style>
a { background-color: #42102B; }
a { background-color: rgb(66,16,43); }
div.DivClassName
{
background-color: #42102B;
}
.BgClassName
{
background-color: #42102B;
}
</style>
border-color css
<style>
span { border-color: #42102B; }
span { border-color: rgb(66,16,43); }
td.TdClassName
{
border-color: #42102B;
}
.TagClassName
{
border-color: #42102B;
}
</style>