Shades of Blackberry #42042A
Tints of Blackberry #42042A
RGB
CMYK
RGB Variations
Color information
#42042A (or 0x42042A) is known color: Blackberry. HEX triplet: 42, 04 and 2A. RGB value is (66,4,42). Sum of RGB (Red+Green+Blue) = 66+4+42=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42042A is #BDFBD5. Grayscale: #1A1A1A. Windows color (decimal): -12450774 or 2753602. OLE color: 2753602.
HSL color Cylindrical-coordinate representation of color #42042A: hue angle of 323.23º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42042A is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 4 | 42 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.74 |
| HSL | 323.23º | 0.89% | 0.14% | - |
| HSV(B) | 323.23º | 0.94% | 0.26% | - |
| XYZ | 2.71 | 1.41 | 2.32 | - |
| YUV | 26.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 42 | 0 | 0.94 | 0.36 | 0.74 | 323.23 | 0.89 | 0.14 |
| Hex | 42 | 4 | 2A | 0 | 5E | 24 | 4A | 143 | 59 | E |
| Octal | 102 | 4 | 52 | 0 | 136 | 44 | 112 | 503 | 131 | 16 |
| Binary | 1000010 | 100 | 101010 | 0 | 1011110 | 100100 | 1001010 | 101000011 | 1011001 | 1110 |
Color Harmonies of #42042A
Complementary color
Monochromatic Colors of #42042A
Black with #42042A
Text Example
Text Example
White with #42042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42042A; }
p { color: rgb(66,4,42); }
H1.HeaderClassName
{
color: #42042A;
}
.AnyTagClassName
{
color: #42042A;
}
</style>
background-color css
<style>
a { background-color: #42042A; }
a { background-color: rgb(66,4,42); }
div.DivClassName
{
background-color: #42042A;
}
.BgClassName
{
background-color: #42042A;
}
</style>
border-color css
<style>
span { border-color: #42042A; }
span { border-color: rgb(66,4,42); }
td.TdClassName
{
border-color: #42042A;
}
.TagClassName
{
border-color: #42042A;
}
</style>