Shades of Blackberry #42031B
Tints of Blackberry #42031B
RGB
CMYK
RGB Variations
Color information
#42031B (or 0x42031B) is known color: Blackberry. HEX triplet: 42, 03 and 1B. RGB value is (66,3,27). Sum of RGB (Red+Green+Blue) = 66+3+27=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #42031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42031B is #BDFCE4. Grayscale: #181818. Windows color (decimal): -12451045 or 1770306. OLE color: 1770306.
HSL color Cylindrical-coordinate representation of color #42031B: hue angle of 337.14º 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 #42031B is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 3 | 27 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.74 |
| HSL | 337.14º | 0.91% | 0.14% | - |
| HSV(B) | 337.14º | 0.95% | 0.26% | - |
| XYZ | 2.48 | 1.3 | 1.16 | - |
| YUV | 24.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 27 | 0 | 0.95 | 0.59 | 0.74 | 337.14 | 0.91 | 0.14 |
| Hex | 42 | 3 | 1B | 0 | 5F | 3B | 4A | 151 | 5B | E |
| Octal | 102 | 3 | 33 | 0 | 137 | 73 | 112 | 521 | 133 | 16 |
| Binary | 1000010 | 11 | 11011 | 0 | 1011111 | 111011 | 1001010 | 101010001 | 1011011 | 1110 |
Color Harmonies of #42031B
Complementary color
Monochromatic Colors of #42031B
Black with #42031B
Text Example
Text Example
White with #42031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42031B; }
p { color: rgb(66,3,27); }
H1.HeaderClassName
{
color: #42031B;
}
.AnyTagClassName
{
color: #42031B;
}
</style>
background-color css
<style>
a { background-color: #42031B; }
a { background-color: rgb(66,3,27); }
div.DivClassName
{
background-color: #42031B;
}
.BgClassName
{
background-color: #42031B;
}
</style>
border-color css
<style>
span { border-color: #42031B; }
span { border-color: rgb(66,3,27); }
td.TdClassName
{
border-color: #42031B;
}
.TagClassName
{
border-color: #42031B;
}
</style>