Shades of Blackberry #42002C
Tints of Blackberry #42002C
RGB
CMYK
RGB Variations
Color information
#42002C (or 0x42002C) is known color: Blackberry. HEX triplet: 42, 00 and 2C. RGB value is (66,0,44). Sum of RGB (Red+Green+Blue) = 66+0+44=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #42002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42002C is #BDFFD3. Grayscale: #181818. Windows color (decimal): -12451796 or 2883650. OLE color: 2883650.
HSL color Cylindrical-coordinate representation of color #42002C: hue angle of 320º 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 #42002C is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.33 | 0.74 |
| HSL | 320º | 1% | 0.13% | - |
| HSV(B) | 320º | 1% | 0.26% | - |
| XYZ | 2.7 | 1.34 | 2.5 | - |
| YUV | 24.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 44 | 0 | 1 | 0.33 | 0.74 | 320 | 1 | 0.13 |
| Hex | 42 | 0 | 2C | 0 | 64 | 21 | 4A | 140 | 64 | D |
| Octal | 102 | 0 | 54 | 0 | 144 | 41 | 112 | 500 | 144 | 15 |
| Binary | 1000010 | 0 | 101100 | 0 | 1100100 | 100001 | 1001010 | 101000000 | 1100100 | 1101 |
Color Harmonies of #42002C
Complementary color
Monochromatic Colors of #42002C
Black with #42002C
Text Example
Text Example
White with #42002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42002C; }
p { color: rgb(66,0,44); }
H1.HeaderClassName
{
color: #42002C;
}
.AnyTagClassName
{
color: #42002C;
}
</style>
background-color css
<style>
a { background-color: #42002C; }
a { background-color: rgb(66,0,44); }
div.DivClassName
{
background-color: #42002C;
}
.BgClassName
{
background-color: #42002C;
}
</style>
border-color css
<style>
span { border-color: #42002C; }
span { border-color: rgb(66,0,44); }
td.TdClassName
{
border-color: #42002C;
}
.TagClassName
{
border-color: #42002C;
}
</style>