Shades of Blackberry #42041D
Tints of Blackberry #42041D
RGB
CMYK
RGB Variations
Color information
#42041D (or 0x42041D) is known color: Blackberry. HEX triplet: 42, 04 and 1D. RGB value is (66,4,29). Sum of RGB (Red+Green+Blue) = 66+4+29=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42041D is #BDFBE2. Grayscale: #191919. Windows color (decimal): -12450787 or 1901634. OLE color: 1901634.
HSL color Cylindrical-coordinate representation of color #42041D: hue angle of 335.81º 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 #42041D is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 4 | 29 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.74 |
| HSL | 335.81º | 0.89% | 0.14% | - |
| HSV(B) | 335.81º | 0.94% | 0.26% | - |
| XYZ | 2.51 | 1.33 | 1.29 | - |
| YUV | 25.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 29 | 0 | 0.94 | 0.56 | 0.74 | 335.81 | 0.89 | 0.14 |
| Hex | 42 | 4 | 1D | 0 | 5E | 38 | 4A | 150 | 59 | E |
| Octal | 102 | 4 | 35 | 0 | 136 | 70 | 112 | 520 | 131 | 16 |
| Binary | 1000010 | 100 | 11101 | 0 | 1011110 | 111000 | 1001010 | 101010000 | 1011001 | 1110 |
Color Harmonies of #42041D
Complementary color
Monochromatic Colors of #42041D
Black with #42041D
Text Example
Text Example
White with #42041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42041D; }
p { color: rgb(66,4,29); }
H1.HeaderClassName
{
color: #42041D;
}
.AnyTagClassName
{
color: #42041D;
}
</style>
background-color css
<style>
a { background-color: #42041D; }
a { background-color: rgb(66,4,29); }
div.DivClassName
{
background-color: #42041D;
}
.BgClassName
{
background-color: #42041D;
}
</style>
border-color css
<style>
span { border-color: #42041D; }
span { border-color: rgb(66,4,29); }
td.TdClassName
{
border-color: #42041D;
}
.TagClassName
{
border-color: #42041D;
}
</style>