Shades of Blackberry #42001B
Tints of Blackberry #42001B
RGB
CMYK
RGB Variations
Color information
#42001B (or 0x42001B) is known color: Blackberry. HEX triplet: 42, 00 and 1B. RGB value is (66,0,27). Sum of RGB (Red+Green+Blue) = 66+0+27=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #42001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42001B is #BDFFE4. Grayscale: #161616. Windows color (decimal): -12451813 or 1769538. OLE color: 1769538.
HSL color Cylindrical-coordinate representation of color #42001B: hue angle of 335.45º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42001B is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.59 | 0.74 |
| HSL | 335.45º | 1% | 0.13% | - |
| HSV(B) | 335.45º | 1% | 0.26% | - |
| XYZ | 2.44 | 1.24 | 1.15 | - |
| YUV | 22.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 27 | 0 | 1 | 0.59 | 0.74 | 335.45 | 1 | 0.13 |
| Hex | 42 | 0 | 1B | 0 | 64 | 3B | 4A | 14F | 64 | D |
| Octal | 102 | 0 | 33 | 0 | 144 | 73 | 112 | 517 | 144 | 15 |
| Binary | 1000010 | 0 | 11011 | 0 | 1100100 | 111011 | 1001010 | 101001111 | 1100100 | 1101 |
Color Harmonies of #42001B
Complementary color
Monochromatic Colors of #42001B
Black with #42001B
Text Example
Text Example
White with #42001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42001B; }
p { color: rgb(66,0,27); }
H1.HeaderClassName
{
color: #42001B;
}
.AnyTagClassName
{
color: #42001B;
}
</style>
background-color css
<style>
a { background-color: #42001B; }
a { background-color: rgb(66,0,27); }
div.DivClassName
{
background-color: #42001B;
}
.BgClassName
{
background-color: #42001B;
}
</style>
border-color css
<style>
span { border-color: #42001B; }
span { border-color: rgb(66,0,27); }
td.TdClassName
{
border-color: #42001B;
}
.TagClassName
{
border-color: #42001B;
}
</style>