Shades of Blackberry #41061E
Tints of Blackberry #41061E
RGB
CMYK
RGB Variations
Color information
#41061E (or 0x41061E) is known color: Blackberry. HEX triplet: 41, 06 and 1E. RGB value is (65,6,30). Sum of RGB (Red+Green+Blue) = 65+6+30=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41061E is #BEF9E1. Grayscale: #1A1A1A. Windows color (decimal): -12515810 or 1967681. OLE color: 1967681.
HSL color Cylindrical-coordinate representation of color #41061E: hue angle of 335.59º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41061E is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 30 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.75 |
| HSL | 335.59º | 0.83% | 0.14% | - |
| HSV(B) | 335.59º | 0.91% | 0.25% | - |
| XYZ | 2.48 | 1.35 | 1.36 | - |
| YUV | 26.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 30 | 0 | 0.91 | 0.54 | 0.75 | 335.59 | 0.83 | 0.14 |
| Hex | 41 | 6 | 1E | 0 | 5B | 36 | 4B | 150 | 53 | E |
| Octal | 101 | 6 | 36 | 0 | 133 | 66 | 113 | 520 | 123 | 16 |
| Binary | 1000001 | 110 | 11110 | 0 | 1011011 | 110110 | 1001011 | 101010000 | 1010011 | 1110 |
Color Harmonies of #41061E
Complementary color
Monochromatic Colors of #41061E
Black with #41061E
Text Example
Text Example
White with #41061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41061E; }
p { color: rgb(65,6,30); }
H1.HeaderClassName
{
color: #41061E;
}
.AnyTagClassName
{
color: #41061E;
}
</style>
background-color css
<style>
a { background-color: #41061E; }
a { background-color: rgb(65,6,30); }
div.DivClassName
{
background-color: #41061E;
}
.BgClassName
{
background-color: #41061E;
}
</style>
border-color css
<style>
span { border-color: #41061E; }
span { border-color: rgb(65,6,30); }
td.TdClassName
{
border-color: #41061E;
}
.TagClassName
{
border-color: #41061E;
}
</style>