Shades of Blackberry #410323
Tints of Blackberry #410323
RGB
CMYK
RGB Variations
Color information
#410323 (or 0x410323) is known color: Blackberry. HEX triplet: 41, 03 and 23. RGB value is (65,3,35). Sum of RGB (Red+Green+Blue) = 65+3+35=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #410323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410323 is #BEFCDC. Grayscale: #191919. Windows color (decimal): -12516573 or 2294593. OLE color: 2294593.
HSL color Cylindrical-coordinate representation of color #410323: hue angle of 329.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410323 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 3 | 35 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.75 |
| HSL | 329.03º | 0.91% | 0.13% | - |
| HSV(B) | 329.03º | 0.95% | 0.25% | - |
| XYZ | 2.52 | 1.31 | 1.71 | - |
| YUV | 25.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 35 | 0 | 0.95 | 0.46 | 0.75 | 329.03 | 0.91 | 0.13 |
| Hex | 41 | 3 | 23 | 0 | 5F | 2E | 4B | 149 | 5B | D |
| Octal | 101 | 3 | 43 | 0 | 137 | 56 | 113 | 511 | 133 | 15 |
| Binary | 1000001 | 11 | 100011 | 0 | 1011111 | 101110 | 1001011 | 101001001 | 1011011 | 1101 |
Color Harmonies of #410323
Complementary color
Monochromatic Colors of #410323
Black with #410323
Text Example
Text Example
White with #410323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410323; }
p { color: rgb(65,3,35); }
H1.HeaderClassName
{
color: #410323;
}
.AnyTagClassName
{
color: #410323;
}
</style>
background-color css
<style>
a { background-color: #410323; }
a { background-color: rgb(65,3,35); }
div.DivClassName
{
background-color: #410323;
}
.BgClassName
{
background-color: #410323;
}
</style>
border-color css
<style>
span { border-color: #410323; }
span { border-color: rgb(65,3,35); }
td.TdClassName
{
border-color: #410323;
}
.TagClassName
{
border-color: #410323;
}
</style>