Shades of Blackberry #360A29
Tints of Blackberry #360A29
RGB
CMYK
RGB Variations
Color information
#360A29 (or 0x360A29) is known color: Blackberry. HEX triplet: 36, 0A and 29. RGB value is (54,10,41). Sum of RGB (Red+Green+Blue) = 54+10+41=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #360A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A29 is #C9F5D6. Grayscale: #1A1A1A. Windows color (decimal): -13235671 or 2689590. OLE color: 2689590.
HSL color Cylindrical-coordinate representation of color #360A29: hue angle of 317.73º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360A29 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 10 | 41 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.79 |
| HSL | 317.73º | 0.69% | 0.13% | - |
| HSV(B) | 317.73º | 0.81% | 0.21% | - |
| XYZ | 2.03 | 1.16 | 2.22 | - |
| YUV | 26.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 41 | 0 | 0.81 | 0.24 | 0.79 | 317.73 | 0.69 | 0.13 |
| Hex | 36 | A | 29 | 0 | 51 | 18 | 4F | 13E | 45 | D |
| Octal | 66 | 12 | 51 | 0 | 121 | 30 | 117 | 476 | 105 | 15 |
| Binary | 110110 | 1010 | 101001 | 0 | 1010001 | 11000 | 1001111 | 100111110 | 1000101 | 1101 |
Color Harmonies of #360A29
Complementary color
Monochromatic Colors of #360A29
Black with #360A29
Text Example
Text Example
White with #360A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A29; }
p { color: rgb(54,10,41); }
H1.HeaderClassName
{
color: #360A29;
}
.AnyTagClassName
{
color: #360A29;
}
</style>
background-color css
<style>
a { background-color: #360A29; }
a { background-color: rgb(54,10,41); }
div.DivClassName
{
background-color: #360A29;
}
.BgClassName
{
background-color: #360A29;
}
</style>
border-color css
<style>
span { border-color: #360A29; }
span { border-color: rgb(54,10,41); }
td.TdClassName
{
border-color: #360A29;
}
.TagClassName
{
border-color: #360A29;
}
</style>