Shades of Blackberry #42032B
Tints of Blackberry #42032B
RGB
CMYK
RGB Variations
Color information
#42032B (or 0x42032B) is known color: Blackberry. HEX triplet: 42, 03 and 2B. RGB value is (66,3,43). Sum of RGB (Red+Green+Blue) = 66+3+43=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42032B is #BDFCD4. Grayscale: #1A1A1A. Windows color (decimal): -12451029 or 2818882. OLE color: 2818882.
HSL color Cylindrical-coordinate representation of color #42032B: hue angle of 321.9º 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 #42032B is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 3 | 43 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.74 |
| HSL | 321.9º | 0.91% | 0.14% | - |
| HSV(B) | 321.9º | 0.95% | 0.26% | - |
| XYZ | 2.72 | 1.4 | 2.41 | - |
| YUV | 26.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 43 | 0 | 0.95 | 0.35 | 0.74 | 321.9 | 0.91 | 0.14 |
| Hex | 42 | 3 | 2B | 0 | 5F | 23 | 4A | 142 | 5B | E |
| Octal | 102 | 3 | 53 | 0 | 137 | 43 | 112 | 502 | 133 | 16 |
| Binary | 1000010 | 11 | 101011 | 0 | 1011111 | 100011 | 1001010 | 101000010 | 1011011 | 1110 |
Color Harmonies of #42032B
Complementary color
Monochromatic Colors of #42032B
Black with #42032B
Text Example
Text Example
White with #42032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42032B; }
p { color: rgb(66,3,43); }
H1.HeaderClassName
{
color: #42032B;
}
.AnyTagClassName
{
color: #42032B;
}
</style>
background-color css
<style>
a { background-color: #42032B; }
a { background-color: rgb(66,3,43); }
div.DivClassName
{
background-color: #42032B;
}
.BgClassName
{
background-color: #42032B;
}
</style>
border-color css
<style>
span { border-color: #42032B; }
span { border-color: rgb(66,3,43); }
td.TdClassName
{
border-color: #42032B;
}
.TagClassName
{
border-color: #42032B;
}
</style>