Shades of Blackberry #42011B
Tints of Blackberry #42011B
RGB
CMYK
RGB Variations
Color information
#42011B (or 0x42011B) is known color: Blackberry. HEX triplet: 42, 01 and 1B. RGB value is (66,1,27). Sum of RGB (Red+Green+Blue) = 66+1+27=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #42011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42011B is #BDFEE4. Grayscale: #171717. Windows color (decimal): -12451557 or 1769794. OLE color: 1769794.
HSL color Cylindrical-coordinate representation of color #42011B: hue angle of 336º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42011B is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 1 | 27 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.74 |
| HSL | 336º | 0.97% | 0.13% | - |
| HSV(B) | 336º | 0.98% | 0.26% | - |
| XYZ | 2.46 | 1.26 | 1.15 | - |
| YUV | 23.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 27 | 0 | 0.98 | 0.59 | 0.74 | 336 | 0.97 | 0.13 |
| Hex | 42 | 1 | 1B | 0 | 62 | 3B | 4A | 150 | 61 | D |
| Octal | 102 | 1 | 33 | 0 | 142 | 73 | 112 | 520 | 141 | 15 |
| Binary | 1000010 | 1 | 11011 | 0 | 1100010 | 111011 | 1001010 | 101010000 | 1100001 | 1101 |
Color Harmonies of #42011B
Complementary color
Monochromatic Colors of #42011B
Black with #42011B
Text Example
Text Example
White with #42011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42011B; }
p { color: rgb(66,1,27); }
H1.HeaderClassName
{
color: #42011B;
}
.AnyTagClassName
{
color: #42011B;
}
</style>
background-color css
<style>
a { background-color: #42011B; }
a { background-color: rgb(66,1,27); }
div.DivClassName
{
background-color: #42011B;
}
.BgClassName
{
background-color: #42011B;
}
</style>
border-color css
<style>
span { border-color: #42011B; }
span { border-color: rgb(66,1,27); }
td.TdClassName
{
border-color: #42011B;
}
.TagClassName
{
border-color: #42011B;
}
</style>