Shades of Blackberry #41022A
Tints of Blackberry #41022A
RGB
CMYK
RGB Variations
Color information
#41022A (or 0x41022A) is known color: Blackberry. HEX triplet: 41, 02 and 2A. RGB value is (65,2,42). Sum of RGB (Red+Green+Blue) = 65+2+42=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #41022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41022A is #BEFDD5. Grayscale: #191919. Windows color (decimal): -12516822 or 2753089. OLE color: 2753089.
HSL color Cylindrical-coordinate representation of color #41022A: hue angle of 321.9º 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 #41022A is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 42 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.75 |
| HSL | 321.9º | 0.94% | 0.13% | - |
| HSV(B) | 321.9º | 0.97% | 0.25% | - |
| XYZ | 2.62 | 1.33 | 2.31 | - |
| YUV | 25.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 42 | 0 | 0.97 | 0.35 | 0.75 | 321.9 | 0.94 | 0.13 |
| Hex | 41 | 2 | 2A | 0 | 61 | 23 | 4B | 142 | 5E | D |
| Octal | 101 | 2 | 52 | 0 | 141 | 43 | 113 | 502 | 136 | 15 |
| Binary | 1000001 | 10 | 101010 | 0 | 1100001 | 100011 | 1001011 | 101000010 | 1011110 | 1101 |
Color Harmonies of #41022A
Complementary color
Monochromatic Colors of #41022A
Black with #41022A
Text Example
Text Example
White with #41022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41022A; }
p { color: rgb(65,2,42); }
H1.HeaderClassName
{
color: #41022A;
}
.AnyTagClassName
{
color: #41022A;
}
</style>
background-color css
<style>
a { background-color: #41022A; }
a { background-color: rgb(65,2,42); }
div.DivClassName
{
background-color: #41022A;
}
.BgClassName
{
background-color: #41022A;
}
</style>
border-color css
<style>
span { border-color: #41022A; }
span { border-color: rgb(65,2,42); }
td.TdClassName
{
border-color: #41022A;
}
.TagClassName
{
border-color: #41022A;
}
</style>