Shades of Blackberry #410223
Tints of Blackberry #410223
RGB
CMYK
RGB Variations
Color information
#410223 (or 0x410223) is known color: Blackberry. HEX triplet: 41, 02 and 23. RGB value is (65,2,35). Sum of RGB (Red+Green+Blue) = 65+2+35=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #410223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410223 is #BEFDDC. Grayscale: #181818. Windows color (decimal): -12516829 or 2294337. OLE color: 2294337.
HSL color Cylindrical-coordinate representation of color #410223: hue angle of 328.57º 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 #410223 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 35 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.75 |
| HSL | 328.57º | 0.94% | 0.13% | - |
| HSV(B) | 328.57º | 0.97% | 0.25% | - |
| XYZ | 2.51 | 1.29 | 1.71 | - |
| YUV | 24.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 35 | 0 | 0.97 | 0.46 | 0.75 | 328.57 | 0.94 | 0.13 |
| Hex | 41 | 2 | 23 | 0 | 61 | 2E | 4B | 149 | 5E | D |
| Octal | 101 | 2 | 43 | 0 | 141 | 56 | 113 | 511 | 136 | 15 |
| Binary | 1000001 | 10 | 100011 | 0 | 1100001 | 101110 | 1001011 | 101001001 | 1011110 | 1101 |
Color Harmonies of #410223
Complementary color
Monochromatic Colors of #410223
Black with #410223
Text Example
Text Example
White with #410223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410223; }
p { color: rgb(65,2,35); }
H1.HeaderClassName
{
color: #410223;
}
.AnyTagClassName
{
color: #410223;
}
</style>
background-color css
<style>
a { background-color: #410223; }
a { background-color: rgb(65,2,35); }
div.DivClassName
{
background-color: #410223;
}
.BgClassName
{
background-color: #410223;
}
</style>
border-color css
<style>
span { border-color: #410223; }
span { border-color: rgb(65,2,35); }
td.TdClassName
{
border-color: #410223;
}
.TagClassName
{
border-color: #410223;
}
</style>