Shades of Blackberry #42152F
Tints of Blackberry #42152F
RGB
CMYK
RGB Variations
Color information
#42152F (or 0x42152F) is known color: Blackberry. HEX triplet: 42, 15 and 2F. RGB value is (66,21,47). Sum of RGB (Red+Green+Blue) = 66+21+47=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42152F is #BDEAD0. Grayscale: #252525. Windows color (decimal): -12446417 or 3085634. OLE color: 3085634.
HSL color Cylindrical-coordinate representation of color #42152F: hue angle of 325.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 #42152F is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 21 | 47 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.74 |
| HSL | 325.33º | 0.52% | 0.17% | - |
| HSV(B) | 325.33º | 0.68% | 0.26% | - |
| XYZ | 3.03 | 1.9 | 2.9 | - |
| YUV | 37.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 47 | 0 | 0.68 | 0.29 | 0.74 | 325.33 | 0.52 | 0.17 |
| Hex | 42 | 15 | 2F | 0 | 44 | 1D | 4A | 145 | 34 | 11 |
| Octal | 102 | 25 | 57 | 0 | 104 | 35 | 112 | 505 | 64 | 21 |
| Binary | 1000010 | 10101 | 101111 | 0 | 1000100 | 11101 | 1001010 | 101000101 | 110100 | 10001 |
Color Harmonies of #42152F
Complementary color
Monochromatic Colors of #42152F
Black with #42152F
Text Example
Text Example
White with #42152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42152F; }
p { color: rgb(66,21,47); }
H1.HeaderClassName
{
color: #42152F;
}
.AnyTagClassName
{
color: #42152F;
}
</style>
background-color css
<style>
a { background-color: #42152F; }
a { background-color: rgb(66,21,47); }
div.DivClassName
{
background-color: #42152F;
}
.BgClassName
{
background-color: #42152F;
}
</style>
border-color css
<style>
span { border-color: #42152F; }
span { border-color: rgb(66,21,47); }
td.TdClassName
{
border-color: #42152F;
}
.TagClassName
{
border-color: #42152F;
}
</style>