Shades of Blackberry #42061F
Tints of Blackberry #42061F
RGB
CMYK
RGB Variations
Color information
#42061F (or 0x42061F) is known color: Blackberry. HEX triplet: 42, 06 and 1F. RGB value is (66,6,31). Sum of RGB (Red+Green+Blue) = 66+6+31=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #42061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42061F is #BDF9E0. Grayscale: #1A1A1A. Windows color (decimal): -12450273 or 2033218. OLE color: 2033218.
HSL color Cylindrical-coordinate representation of color #42061F: hue angle of 335º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42061F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 6 | 31 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.74 |
| HSL | 335º | 0.83% | 0.14% | - |
| HSV(B) | 335º | 0.91% | 0.26% | - |
| XYZ | 2.56 | 1.39 | 1.43 | - |
| YUV | 26.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 31 | 0 | 0.91 | 0.53 | 0.74 | 335 | 0.83 | 0.14 |
| Hex | 42 | 6 | 1F | 0 | 5B | 35 | 4A | 14F | 53 | E |
| Octal | 102 | 6 | 37 | 0 | 133 | 65 | 112 | 517 | 123 | 16 |
| Binary | 1000010 | 110 | 11111 | 0 | 1011011 | 110101 | 1001010 | 101001111 | 1010011 | 1110 |
Color Harmonies of #42061F
Complementary color
Monochromatic Colors of #42061F
Black with #42061F
Text Example
Text Example
White with #42061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42061F; }
p { color: rgb(66,6,31); }
H1.HeaderClassName
{
color: #42061F;
}
.AnyTagClassName
{
color: #42061F;
}
</style>
background-color css
<style>
a { background-color: #42061F; }
a { background-color: rgb(66,6,31); }
div.DivClassName
{
background-color: #42061F;
}
.BgClassName
{
background-color: #42061F;
}
</style>
border-color css
<style>
span { border-color: #42061F; }
span { border-color: rgb(66,6,31); }
td.TdClassName
{
border-color: #42061F;
}
.TagClassName
{
border-color: #42061F;
}
</style>