Shades of Blackberry #41022B
Tints of Blackberry #41022B
RGB
CMYK
RGB Variations
Color information
#41022B (or 0x41022B) is known color: Blackberry. HEX triplet: 41, 02 and 2B. RGB value is (65,2,43). Sum of RGB (Red+Green+Blue) = 65+2+43=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41022B is #BEFDD4. Grayscale: #191919. Windows color (decimal): -12516821 or 2818625. OLE color: 2818625.
HSL color Cylindrical-coordinate representation of color #41022B: hue angle of 320.95º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41022B is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 43 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.75 |
| HSL | 320.95º | 0.94% | 0.13% | - |
| HSV(B) | 320.95º | 0.97% | 0.25% | - |
| XYZ | 2.64 | 1.34 | 2.41 | - |
| YUV | 25.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 43 | 0 | 0.97 | 0.34 | 0.75 | 320.95 | 0.94 | 0.13 |
| Hex | 41 | 2 | 2B | 0 | 61 | 22 | 4B | 141 | 5E | D |
| Octal | 101 | 2 | 53 | 0 | 141 | 42 | 113 | 501 | 136 | 15 |
| Binary | 1000001 | 10 | 101011 | 0 | 1100001 | 100010 | 1001011 | 101000001 | 1011110 | 1101 |
Color Harmonies of #41022B
Complementary color
Monochromatic Colors of #41022B
Black with #41022B
Text Example
Text Example
White with #41022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41022B; }
p { color: rgb(65,2,43); }
H1.HeaderClassName
{
color: #41022B;
}
.AnyTagClassName
{
color: #41022B;
}
</style>
background-color css
<style>
a { background-color: #41022B; }
a { background-color: rgb(65,2,43); }
div.DivClassName
{
background-color: #41022B;
}
.BgClassName
{
background-color: #41022B;
}
</style>
border-color css
<style>
span { border-color: #41022B; }
span { border-color: rgb(65,2,43); }
td.TdClassName
{
border-color: #41022B;
}
.TagClassName
{
border-color: #41022B;
}
</style>