Shades of Blackberry #42042F
Tints of Blackberry #42042F
RGB
CMYK
RGB Variations
Color information
#42042F (or 0x42042F) is known color: Blackberry. HEX triplet: 42, 04 and 2F. RGB value is (66,4,47). Sum of RGB (Red+Green+Blue) = 66+4+47=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #42042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42042F is #BDFBD0. Grayscale: #1B1B1B. Windows color (decimal): -12450769 or 3081282. OLE color: 3081282.
HSL color Cylindrical-coordinate representation of color #42042F: hue angle of 318.39º 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 #42042F is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 4 | 47 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.74 |
| HSL | 318.39º | 0.89% | 0.14% | - |
| HSV(B) | 318.39º | 0.94% | 0.26% | - |
| XYZ | 2.8 | 1.45 | 2.82 | - |
| YUV | 27.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 47 | 0 | 0.94 | 0.29 | 0.74 | 318.39 | 0.89 | 0.14 |
| Hex | 42 | 4 | 2F | 0 | 5E | 1D | 4A | 13E | 59 | E |
| Octal | 102 | 4 | 57 | 0 | 136 | 35 | 112 | 476 | 131 | 16 |
| Binary | 1000010 | 100 | 101111 | 0 | 1011110 | 11101 | 1001010 | 100111110 | 1011001 | 1110 |
Color Harmonies of #42042F
Complementary color
Monochromatic Colors of #42042F
Black with #42042F
Text Example
Text Example
White with #42042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42042F; }
p { color: rgb(66,4,47); }
H1.HeaderClassName
{
color: #42042F;
}
.AnyTagClassName
{
color: #42042F;
}
</style>
background-color css
<style>
a { background-color: #42042F; }
a { background-color: rgb(66,4,47); }
div.DivClassName
{
background-color: #42042F;
}
.BgClassName
{
background-color: #42042F;
}
</style>
border-color css
<style>
span { border-color: #42042F; }
span { border-color: rgb(66,4,47); }
td.TdClassName
{
border-color: #42042F;
}
.TagClassName
{
border-color: #42042F;
}
</style>