Shades of Blackberry #410C28
Tints of Blackberry #410C28
RGB
CMYK
RGB Variations
Color information
#410C28 (or 0x410C28) is known color: Blackberry. HEX triplet: 41, 0C and 28. RGB value is (65,12,40). Sum of RGB (Red+Green+Blue) = 65+12+40=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #410C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C28 is #BEF3D7. Grayscale: #1E1E1E. Windows color (decimal): -12514264 or 2624577. OLE color: 2624577.
HSL color Cylindrical-coordinate representation of color #410C28: hue angle of 328.3º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410C28 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 40 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.75 |
| HSL | 328.3º | 0.69% | 0.15% | - |
| HSV(B) | 328.3º | 0.82% | 0.25% | - |
| XYZ | 2.69 | 1.54 | 2.16 | - |
| YUV | 31.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 40 | 0 | 0.82 | 0.38 | 0.75 | 328.3 | 0.69 | 0.15 |
| Hex | 41 | C | 28 | 0 | 52 | 26 | 4B | 148 | 45 | F |
| Octal | 101 | 14 | 50 | 0 | 122 | 46 | 113 | 510 | 105 | 17 |
| Binary | 1000001 | 1100 | 101000 | 0 | 1010010 | 100110 | 1001011 | 101001000 | 1000101 | 1111 |
Color Harmonies of #410C28
Complementary color
Monochromatic Colors of #410C28
Black with #410C28
Text Example
Text Example
White with #410C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C28; }
p { color: rgb(65,12,40); }
H1.HeaderClassName
{
color: #410C28;
}
.AnyTagClassName
{
color: #410C28;
}
</style>
background-color css
<style>
a { background-color: #410C28; }
a { background-color: rgb(65,12,40); }
div.DivClassName
{
background-color: #410C28;
}
.BgClassName
{
background-color: #410C28;
}
</style>
border-color css
<style>
span { border-color: #410C28; }
span { border-color: rgb(65,12,40); }
td.TdClassName
{
border-color: #410C28;
}
.TagClassName
{
border-color: #410C28;
}
</style>