Shades of Blackberry #42001D
Tints of Blackberry #42001D
RGB
CMYK
RGB Variations
Color information
#42001D (or 0x42001D) is known color: Blackberry. HEX triplet: 42, 00 and 1D. RGB value is (66,0,29). Sum of RGB (Red+Green+Blue) = 66+0+29=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #42001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42001D is #BDFFE2. Grayscale: #161616. Windows color (decimal): -12451811 or 1900610. OLE color: 1900610.
HSL color Cylindrical-coordinate representation of color #42001D: hue angle of 333.64º 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 #42001D is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.56 | 0.74 |
| HSL | 333.64º | 1% | 0.13% | - |
| HSV(B) | 333.64º | 1% | 0.26% | - |
| XYZ | 2.47 | 1.25 | 1.27 | - |
| YUV | 23.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 29 | 0 | 1 | 0.56 | 0.74 | 333.64 | 1 | 0.13 |
| Hex | 42 | 0 | 1D | 0 | 64 | 38 | 4A | 14E | 64 | D |
| Octal | 102 | 0 | 35 | 0 | 144 | 70 | 112 | 516 | 144 | 15 |
| Binary | 1000010 | 0 | 11101 | 0 | 1100100 | 111000 | 1001010 | 101001110 | 1100100 | 1101 |
Color Harmonies of #42001D
Complementary color
Monochromatic Colors of #42001D
Black with #42001D
Text Example
Text Example
White with #42001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42001D; }
p { color: rgb(66,0,29); }
H1.HeaderClassName
{
color: #42001D;
}
.AnyTagClassName
{
color: #42001D;
}
</style>
background-color css
<style>
a { background-color: #42001D; }
a { background-color: rgb(66,0,29); }
div.DivClassName
{
background-color: #42001D;
}
.BgClassName
{
background-color: #42001D;
}
</style>
border-color css
<style>
span { border-color: #42001D; }
span { border-color: rgb(66,0,29); }
td.TdClassName
{
border-color: #42001D;
}
.TagClassName
{
border-color: #42001D;
}
</style>