Shades of Blackberry #410324
Tints of Blackberry #410324
RGB
CMYK
RGB Variations
Color information
#410324 (or 0x410324) is known color: Blackberry. HEX triplet: 41, 03 and 24. RGB value is (65,3,36). Sum of RGB (Red+Green+Blue) = 65+3+36=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410324 is #BEFCDB. Grayscale: #191919. Windows color (decimal): -12516572 or 2360129. OLE color: 2360129.
HSL color Cylindrical-coordinate representation of color #410324: hue angle of 328.06º 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 #410324 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 3 | 36 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.75 |
| HSL | 328.06º | 0.91% | 0.13% | - |
| HSV(B) | 328.06º | 0.95% | 0.25% | - |
| XYZ | 2.53 | 1.32 | 1.79 | - |
| YUV | 25.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 36 | 0 | 0.95 | 0.45 | 0.75 | 328.06 | 0.91 | 0.13 |
| Hex | 41 | 3 | 24 | 0 | 5F | 2D | 4B | 148 | 5B | D |
| Octal | 101 | 3 | 44 | 0 | 137 | 55 | 113 | 510 | 133 | 15 |
| Binary | 1000001 | 11 | 100100 | 0 | 1011111 | 101101 | 1001011 | 101001000 | 1011011 | 1101 |
Color Harmonies of #410324
Complementary color
Monochromatic Colors of #410324
Black with #410324
Text Example
Text Example
White with #410324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410324; }
p { color: rgb(65,3,36); }
H1.HeaderClassName
{
color: #410324;
}
.AnyTagClassName
{
color: #410324;
}
</style>
background-color css
<style>
a { background-color: #410324; }
a { background-color: rgb(65,3,36); }
div.DivClassName
{
background-color: #410324;
}
.BgClassName
{
background-color: #410324;
}
</style>
border-color css
<style>
span { border-color: #410324; }
span { border-color: rgb(65,3,36); }
td.TdClassName
{
border-color: #410324;
}
.TagClassName
{
border-color: #410324;
}
</style>