Shades of Blackberry #42031E
Tints of Blackberry #42031E
RGB
CMYK
RGB Variations
Color information
#42031E (or 0x42031E) is known color: Blackberry. HEX triplet: 42, 03 and 1E. RGB value is (66,3,30). Sum of RGB (Red+Green+Blue) = 66+3+30=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42031E is #BDFCE1. Grayscale: #181818. Windows color (decimal): -12451042 or 1966914. OLE color: 1966914.
HSL color Cylindrical-coordinate representation of color #42031E: hue angle of 334.29º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42031E is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 3 | 30 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.74 |
| HSL | 334.29º | 0.91% | 0.14% | - |
| HSV(B) | 334.29º | 0.95% | 0.26% | - |
| XYZ | 2.51 | 1.32 | 1.35 | - |
| YUV | 24.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 30 | 0 | 0.95 | 0.55 | 0.74 | 334.29 | 0.91 | 0.14 |
| Hex | 42 | 3 | 1E | 0 | 5F | 37 | 4A | 14E | 5B | E |
| Octal | 102 | 3 | 36 | 0 | 137 | 67 | 112 | 516 | 133 | 16 |
| Binary | 1000010 | 11 | 11110 | 0 | 1011111 | 110111 | 1001010 | 101001110 | 1011011 | 1110 |
Color Harmonies of #42031E
Complementary color
Monochromatic Colors of #42031E
Black with #42031E
Text Example
Text Example
White with #42031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42031E; }
p { color: rgb(66,3,30); }
H1.HeaderClassName
{
color: #42031E;
}
.AnyTagClassName
{
color: #42031E;
}
</style>
background-color css
<style>
a { background-color: #42031E; }
a { background-color: rgb(66,3,30); }
div.DivClassName
{
background-color: #42031E;
}
.BgClassName
{
background-color: #42031E;
}
</style>
border-color css
<style>
span { border-color: #42031E; }
span { border-color: rgb(66,3,30); }
td.TdClassName
{
border-color: #42031E;
}
.TagClassName
{
border-color: #42031E;
}
</style>