Shades of Blackberry #42052B
Tints of Blackberry #42052B
RGB
CMYK
RGB Variations
Color information
#42052B (or 0x42052B) is known color: Blackberry. HEX triplet: 42, 05 and 2B. RGB value is (66,5,43). Sum of RGB (Red+Green+Blue) = 66+5+43=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #42052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42052B is #BDFAD4. Grayscale: #1B1B1B. Windows color (decimal): -12450517 or 2819394. OLE color: 2819394.
HSL color Cylindrical-coordinate representation of color #42052B: hue angle of 322.62º 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 #42052B is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 43 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.74 |
| HSL | 322.62º | 0.86% | 0.14% | - |
| HSV(B) | 322.62º | 0.92% | 0.26% | - |
| XYZ | 2.74 | 1.44 | 2.42 | - |
| YUV | 27.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 43 | 0 | 0.92 | 0.35 | 0.74 | 322.62 | 0.86 | 0.14 |
| Hex | 42 | 5 | 2B | 0 | 5C | 23 | 4A | 143 | 56 | E |
| Octal | 102 | 5 | 53 | 0 | 134 | 43 | 112 | 503 | 126 | 16 |
| Binary | 1000010 | 101 | 101011 | 0 | 1011100 | 100011 | 1001010 | 101000011 | 1010110 | 1110 |
Color Harmonies of #42052B
Complementary color
Monochromatic Colors of #42052B
Black with #42052B
Text Example
Text Example
White with #42052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42052B; }
p { color: rgb(66,5,43); }
H1.HeaderClassName
{
color: #42052B;
}
.AnyTagClassName
{
color: #42052B;
}
</style>
background-color css
<style>
a { background-color: #42052B; }
a { background-color: rgb(66,5,43); }
div.DivClassName
{
background-color: #42052B;
}
.BgClassName
{
background-color: #42052B;
}
</style>
border-color css
<style>
span { border-color: #42052B; }
span { border-color: rgb(66,5,43); }
td.TdClassName
{
border-color: #42052B;
}
.TagClassName
{
border-color: #42052B;
}
</style>