Shades of Blackberry #42052F
Tints of Blackberry #42052F
RGB
CMYK
RGB Variations
Color information
#42052F (or 0x42052F) is known color: Blackberry. HEX triplet: 42, 05 and 2F. RGB value is (66,5,47). Sum of RGB (Red+Green+Blue) = 66+5+47=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #42052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42052F is #BDFAD0. Grayscale: #1B1B1B. Windows color (decimal): -12450513 or 3081538. OLE color: 3081538.
HSL color Cylindrical-coordinate representation of color #42052F: hue angle of 318.69º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42052F is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 47 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.74 |
| HSL | 318.69º | 0.86% | 0.14% | - |
| HSV(B) | 318.69º | 0.92% | 0.26% | - |
| XYZ | 2.81 | 1.47 | 2.83 | - |
| YUV | 28.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 47 | 0 | 0.92 | 0.29 | 0.74 | 318.69 | 0.86 | 0.14 |
| Hex | 42 | 5 | 2F | 0 | 5C | 1D | 4A | 13F | 56 | E |
| Octal | 102 | 5 | 57 | 0 | 134 | 35 | 112 | 477 | 126 | 16 |
| Binary | 1000010 | 101 | 101111 | 0 | 1011100 | 11101 | 1001010 | 100111111 | 1010110 | 1110 |
Color Harmonies of #42052F
Complementary color
Monochromatic Colors of #42052F
Black with #42052F
Text Example
Text Example
White with #42052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42052F; }
p { color: rgb(66,5,47); }
H1.HeaderClassName
{
color: #42052F;
}
.AnyTagClassName
{
color: #42052F;
}
</style>
background-color css
<style>
a { background-color: #42052F; }
a { background-color: rgb(66,5,47); }
div.DivClassName
{
background-color: #42052F;
}
.BgClassName
{
background-color: #42052F;
}
</style>
border-color css
<style>
span { border-color: #42052F; }
span { border-color: rgb(66,5,47); }
td.TdClassName
{
border-color: #42052F;
}
.TagClassName
{
border-color: #42052F;
}
</style>