Shades of Blackberry #41091F
Tints of Blackberry #41091F
RGB
CMYK
RGB Variations
Color information
#41091F (or 0x41091F) is known color: Blackberry. HEX triplet: 41, 09 and 1F. RGB value is (65,9,31). Sum of RGB (Red+Green+Blue) = 65+9+31=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #41091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41091F is #BEF6E0. Grayscale: #1C1C1C. Windows color (decimal): -12515041 or 2033985. OLE color: 2033985.
HSL color Cylindrical-coordinate representation of color #41091F: hue angle of 336.43º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41091F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 31 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.75 |
| HSL | 336.43º | 0.76% | 0.15% | - |
| HSV(B) | 336.43º | 0.86% | 0.25% | - |
| XYZ | 2.52 | 1.42 | 1.44 | - |
| YUV | 28.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 31 | 0 | 0.86 | 0.52 | 0.75 | 336.43 | 0.76 | 0.15 |
| Hex | 41 | 9 | 1F | 0 | 56 | 34 | 4B | 150 | 4C | F |
| Octal | 101 | 11 | 37 | 0 | 126 | 64 | 113 | 520 | 114 | 17 |
| Binary | 1000001 | 1001 | 11111 | 0 | 1010110 | 110100 | 1001011 | 101010000 | 1001100 | 1111 |
Color Harmonies of #41091F
Complementary color
Monochromatic Colors of #41091F
Black with #41091F
Text Example
Text Example
White with #41091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41091F; }
p { color: rgb(65,9,31); }
H1.HeaderClassName
{
color: #41091F;
}
.AnyTagClassName
{
color: #41091F;
}
</style>
background-color css
<style>
a { background-color: #41091F; }
a { background-color: rgb(65,9,31); }
div.DivClassName
{
background-color: #41091F;
}
.BgClassName
{
background-color: #41091F;
}
</style>
border-color css
<style>
span { border-color: #41091F; }
span { border-color: rgb(65,9,31); }
td.TdClassName
{
border-color: #41091F;
}
.TagClassName
{
border-color: #41091F;
}
</style>