Shades of Blackberry #41182B
Tints of Blackberry #41182B
RGB
CMYK
RGB Variations
Color information
#41182B (or 0x41182B) is known color: Blackberry. HEX triplet: 41, 18 and 2B. RGB value is (65,24,43). Sum of RGB (Red+Green+Blue) = 65+24+43=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41182B is #BEE7D4. Grayscale: #262626. Windows color (decimal): -12511189 or 2824257. OLE color: 2824257.
HSL color Cylindrical-coordinate representation of color #41182B: hue angle of 332.2º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41182B is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 24 | 43 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.75 |
| HSL | 332.2º | 0.46% | 0.17% | - |
| HSV(B) | 332.2º | 0.63% | 0.25% | - |
| XYZ | 2.94 | 1.95 | 2.51 | - |
| YUV | 38.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 43 | 0 | 0.63 | 0.34 | 0.75 | 332.2 | 0.46 | 0.17 |
| Hex | 41 | 18 | 2B | 0 | 3F | 22 | 4B | 14C | 2E | 11 |
| Octal | 101 | 30 | 53 | 0 | 77 | 42 | 113 | 514 | 56 | 21 |
| Binary | 1000001 | 11000 | 101011 | 0 | 111111 | 100010 | 1001011 | 101001100 | 101110 | 10001 |
Color Harmonies of #41182B
Complementary color
Monochromatic Colors of #41182B
Black with #41182B
Text Example
Text Example
White with #41182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41182B; }
p { color: rgb(65,24,43); }
H1.HeaderClassName
{
color: #41182B;
}
.AnyTagClassName
{
color: #41182B;
}
</style>
background-color css
<style>
a { background-color: #41182B; }
a { background-color: rgb(65,24,43); }
div.DivClassName
{
background-color: #41182B;
}
.BgClassName
{
background-color: #41182B;
}
</style>
border-color css
<style>
span { border-color: #41182B; }
span { border-color: rgb(65,24,43); }
td.TdClassName
{
border-color: #41182B;
}
.TagClassName
{
border-color: #41182B;
}
</style>