Shades of Blackberry #42152C
Tints of Blackberry #42152C
RGB
CMYK
RGB Variations
Color information
#42152C (or 0x42152C) is known color: Blackberry. HEX triplet: 42, 15 and 2C. RGB value is (66,21,44). Sum of RGB (Red+Green+Blue) = 66+21+44=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42152C is #BDEAD3. Grayscale: #252525. Windows color (decimal): -12446420 or 2889026. OLE color: 2889026.
HSL color Cylindrical-coordinate representation of color #42152C: hue angle of 329.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42152C is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 21 | 44 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.74 |
| HSL | 329.33º | 0.52% | 0.17% | - |
| HSV(B) | 329.33º | 0.68% | 0.26% | - |
| XYZ | 2.97 | 1.88 | 2.59 | - |
| YUV | 37.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 44 | 0 | 0.68 | 0.33 | 0.74 | 329.33 | 0.52 | 0.17 |
| Hex | 42 | 15 | 2C | 0 | 44 | 21 | 4A | 149 | 34 | 11 |
| Octal | 102 | 25 | 54 | 0 | 104 | 41 | 112 | 511 | 64 | 21 |
| Binary | 1000010 | 10101 | 101100 | 0 | 1000100 | 100001 | 1001010 | 101001001 | 110100 | 10001 |
Color Harmonies of #42152C
Complementary color
Monochromatic Colors of #42152C
Black with #42152C
Text Example
Text Example
White with #42152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42152C; }
p { color: rgb(66,21,44); }
H1.HeaderClassName
{
color: #42152C;
}
.AnyTagClassName
{
color: #42152C;
}
</style>
background-color css
<style>
a { background-color: #42152C; }
a { background-color: rgb(66,21,44); }
div.DivClassName
{
background-color: #42152C;
}
.BgClassName
{
background-color: #42152C;
}
</style>
border-color css
<style>
span { border-color: #42152C; }
span { border-color: rgb(66,21,44); }
td.TdClassName
{
border-color: #42152C;
}
.TagClassName
{
border-color: #42152C;
}
</style>