Shades of Blackberry #41112F
Tints of Blackberry #41112F
RGB
CMYK
RGB Variations
Color information
#41112F (or 0x41112F) is known color: Blackberry. HEX triplet: 41, 11 and 2F. RGB value is (65,17,47). Sum of RGB (Red+Green+Blue) = 65+17+47=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41112F is #BEEED0. Grayscale: #222222. Windows color (decimal): -12512977 or 3084609. OLE color: 3084609.
HSL color Cylindrical-coordinate representation of color #41112F: hue angle of 322.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41112F is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 17 | 47 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.75 |
| HSL | 322.5º | 0.59% | 0.16% | - |
| HSV(B) | 322.5º | 0.74% | 0.25% | - |
| XYZ | 2.89 | 1.73 | 2.87 | - |
| YUV | 34.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 47 | 0 | 0.74 | 0.28 | 0.75 | 322.5 | 0.59 | 0.16 |
| Hex | 41 | 11 | 2F | 0 | 4A | 1C | 4B | 142 | 3B | 10 |
| Octal | 101 | 21 | 57 | 0 | 112 | 34 | 113 | 502 | 73 | 20 |
| Binary | 1000001 | 10001 | 101111 | 0 | 1001010 | 11100 | 1001011 | 101000010 | 111011 | 10000 |
Color Harmonies of #41112F
Complementary color
Monochromatic Colors of #41112F
Black with #41112F
Text Example
Text Example
White with #41112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41112F; }
p { color: rgb(65,17,47); }
H1.HeaderClassName
{
color: #41112F;
}
.AnyTagClassName
{
color: #41112F;
}
</style>
background-color css
<style>
a { background-color: #41112F; }
a { background-color: rgb(65,17,47); }
div.DivClassName
{
background-color: #41112F;
}
.BgClassName
{
background-color: #41112F;
}
</style>
border-color css
<style>
span { border-color: #41112F; }
span { border-color: rgb(65,17,47); }
td.TdClassName
{
border-color: #41112F;
}
.TagClassName
{
border-color: #41112F;
}
</style>