Shades of Blackberry #41172A
Tints of Blackberry #41172A
RGB
CMYK
RGB Variations
Color information
#41172A (or 0x41172A) is known color: Blackberry. HEX triplet: 41, 17 and 2A. RGB value is (65,23,42). Sum of RGB (Red+Green+Blue) = 65+23+42=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41172A is #BEE8D5. Grayscale: #252525. Windows color (decimal): -12511446 or 2758465. OLE color: 2758465.
HSL color Cylindrical-coordinate representation of color #41172A: hue angle of 332.86º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41172A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 23 | 42 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.75 |
| HSL | 332.86º | 0.48% | 0.17% | - |
| HSV(B) | 332.86º | 0.65% | 0.25% | - |
| XYZ | 2.9 | 1.9 | 2.4 | - |
| YUV | 37.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 42 | 0 | 0.65 | 0.35 | 0.75 | 332.86 | 0.48 | 0.17 |
| Hex | 41 | 17 | 2A | 0 | 41 | 23 | 4B | 14D | 30 | 11 |
| Octal | 101 | 27 | 52 | 0 | 101 | 43 | 113 | 515 | 60 | 21 |
| Binary | 1000001 | 10111 | 101010 | 0 | 1000001 | 100011 | 1001011 | 101001101 | 110000 | 10001 |
Color Harmonies of #41172A
Complementary color
Monochromatic Colors of #41172A
Black with #41172A
Text Example
Text Example
White with #41172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41172A; }
p { color: rgb(65,23,42); }
H1.HeaderClassName
{
color: #41172A;
}
.AnyTagClassName
{
color: #41172A;
}
</style>
background-color css
<style>
a { background-color: #41172A; }
a { background-color: rgb(65,23,42); }
div.DivClassName
{
background-color: #41172A;
}
.BgClassName
{
background-color: #41172A;
}
</style>
border-color css
<style>
span { border-color: #41172A; }
span { border-color: rgb(65,23,42); }
td.TdClassName
{
border-color: #41172A;
}
.TagClassName
{
border-color: #41172A;
}
</style>