Shades of Blackberry #41062C
Tints of Blackberry #41062C
RGB
CMYK
RGB Variations
Color information
#41062C (or 0x41062C) is known color: Blackberry. HEX triplet: 41, 06 and 2C. RGB value is (65,6,44). Sum of RGB (Red+Green+Blue) = 65+6+44=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41062C is #BEF9D3. Grayscale: #1B1B1B. Windows color (decimal): -12515796 or 2885185. OLE color: 2885185.
HSL color Cylindrical-coordinate representation of color #41062C: hue angle of 321.36º 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 #41062C is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 44 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.75 |
| HSL | 321.36º | 0.83% | 0.14% | - |
| HSV(B) | 321.36º | 0.91% | 0.25% | - |
| XYZ | 2.7 | 1.44 | 2.52 | - |
| YUV | 27.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 44 | 0 | 0.91 | 0.32 | 0.75 | 321.36 | 0.83 | 0.14 |
| Hex | 41 | 6 | 2C | 0 | 5B | 20 | 4B | 141 | 53 | E |
| Octal | 101 | 6 | 54 | 0 | 133 | 40 | 113 | 501 | 123 | 16 |
| Binary | 1000001 | 110 | 101100 | 0 | 1011011 | 100000 | 1001011 | 101000001 | 1010011 | 1110 |
Color Harmonies of #41062C
Complementary color
Monochromatic Colors of #41062C
Black with #41062C
Text Example
Text Example
White with #41062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41062C; }
p { color: rgb(65,6,44); }
H1.HeaderClassName
{
color: #41062C;
}
.AnyTagClassName
{
color: #41062C;
}
</style>
background-color css
<style>
a { background-color: #41062C; }
a { background-color: rgb(65,6,44); }
div.DivClassName
{
background-color: #41062C;
}
.BgClassName
{
background-color: #41062C;
}
</style>
border-color css
<style>
span { border-color: #41062C; }
span { border-color: rgb(65,6,44); }
td.TdClassName
{
border-color: #41062C;
}
.TagClassName
{
border-color: #41062C;
}
</style>