Shades of Blackberry #42001E
Tints of Blackberry #42001E
RGB
CMYK
RGB Variations
Color information
#42001E (or 0x42001E) is known color: Blackberry. HEX triplet: 42, 00 and 1E. RGB value is (66,0,30). Sum of RGB (Red+Green+Blue) = 66+0+30=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #42001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42001E is #BDFFE1. Grayscale: #171717. Windows color (decimal): -12451810 or 1966146. OLE color: 1966146.
HSL color Cylindrical-coordinate representation of color #42001E: hue angle of 332.73º 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 #42001E is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.55 | 0.74 |
| HSL | 332.73º | 1% | 0.13% | - |
| HSV(B) | 332.73º | 1% | 0.26% | - |
| XYZ | 2.48 | 1.25 | 1.34 | - |
| YUV | 23.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 30 | 0 | 1 | 0.55 | 0.74 | 332.73 | 1 | 0.13 |
| Hex | 42 | 0 | 1E | 0 | 64 | 37 | 4A | 14D | 64 | D |
| Octal | 102 | 0 | 36 | 0 | 144 | 67 | 112 | 515 | 144 | 15 |
| Binary | 1000010 | 0 | 11110 | 0 | 1100100 | 110111 | 1001010 | 101001101 | 1100100 | 1101 |
Color Harmonies of #42001E
Complementary color
Monochromatic Colors of #42001E
Black with #42001E
Text Example
Text Example
White with #42001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42001E; }
p { color: rgb(66,0,30); }
H1.HeaderClassName
{
color: #42001E;
}
.AnyTagClassName
{
color: #42001E;
}
</style>
background-color css
<style>
a { background-color: #42001E; }
a { background-color: rgb(66,0,30); }
div.DivClassName
{
background-color: #42001E;
}
.BgClassName
{
background-color: #42001E;
}
</style>
border-color css
<style>
span { border-color: #42001E; }
span { border-color: rgb(66,0,30); }
td.TdClassName
{
border-color: #42001E;
}
.TagClassName
{
border-color: #42001E;
}
</style>