Shades of Blackberry #42041C
Tints of Blackberry #42041C
RGB
CMYK
RGB Variations
Color information
#42041C (or 0x42041C) is known color: Blackberry. HEX triplet: 42, 04 and 1C. RGB value is (66,4,28). Sum of RGB (Red+Green+Blue) = 66+4+28=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #42041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42041C is #BDFBE3. Grayscale: #191919. Windows color (decimal): -12450788 or 1836098. OLE color: 1836098.
HSL color Cylindrical-coordinate representation of color #42041C: hue angle of 336.77º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42041C is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 4 | 28 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.74 |
| HSL | 336.77º | 0.89% | 0.14% | - |
| HSV(B) | 336.77º | 0.94% | 0.26% | - |
| XYZ | 2.5 | 1.33 | 1.22 | - |
| YUV | 25.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 28 | 0 | 0.94 | 0.58 | 0.74 | 336.77 | 0.89 | 0.14 |
| Hex | 42 | 4 | 1C | 0 | 5E | 3A | 4A | 151 | 59 | E |
| Octal | 102 | 4 | 34 | 0 | 136 | 72 | 112 | 521 | 131 | 16 |
| Binary | 1000010 | 100 | 11100 | 0 | 1011110 | 111010 | 1001010 | 101010001 | 1011001 | 1110 |
Color Harmonies of #42041C
Complementary color
Monochromatic Colors of #42041C
Black with #42041C
Text Example
Text Example
White with #42041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42041C; }
p { color: rgb(66,4,28); }
H1.HeaderClassName
{
color: #42041C;
}
.AnyTagClassName
{
color: #42041C;
}
</style>
background-color css
<style>
a { background-color: #42041C; }
a { background-color: rgb(66,4,28); }
div.DivClassName
{
background-color: #42041C;
}
.BgClassName
{
background-color: #42041C;
}
</style>
border-color css
<style>
span { border-color: #42041C; }
span { border-color: rgb(66,4,28); }
td.TdClassName
{
border-color: #42041C;
}
.TagClassName
{
border-color: #42041C;
}
</style>