Shades of Blackberry #361629
Tints of Blackberry #361629
RGB
CMYK
RGB Variations
Color information
#361629 (or 0x361629) is known color: Blackberry. HEX triplet: 36, 16 and 29. RGB value is (54,22,41). Sum of RGB (Red+Green+Blue) = 54+22+41=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #361629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361629 is #C9E9D6. Grayscale: #212121. Windows color (decimal): -13232599 or 2692662. OLE color: 2692662.
HSL color Cylindrical-coordinate representation of color #361629: hue angle of 324.38º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #361629 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 22 | 41 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.79 |
| HSL | 324.38º | 0.42% | 0.15% | - |
| HSV(B) | 324.38º | 0.59% | 0.21% | - |
| XYZ | 2.21 | 1.52 | 2.27 | - |
| YUV | 33.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 41 | 0 | 0.59 | 0.24 | 0.79 | 324.38 | 0.42 | 0.15 |
| Hex | 36 | 16 | 29 | 0 | 3B | 18 | 4F | 144 | 2A | F |
| Octal | 66 | 26 | 51 | 0 | 73 | 30 | 117 | 504 | 52 | 17 |
| Binary | 110110 | 10110 | 101001 | 0 | 111011 | 11000 | 1001111 | 101000100 | 101010 | 1111 |
Color Harmonies of #361629
Complementary color
Monochromatic Colors of #361629
Black with #361629
Text Example
Text Example
White with #361629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361629; }
p { color: rgb(54,22,41); }
H1.HeaderClassName
{
color: #361629;
}
.AnyTagClassName
{
color: #361629;
}
</style>
background-color css
<style>
a { background-color: #361629; }
a { background-color: rgb(54,22,41); }
div.DivClassName
{
background-color: #361629;
}
.BgClassName
{
background-color: #361629;
}
</style>
border-color css
<style>
span { border-color: #361629; }
span { border-color: rgb(54,22,41); }
td.TdClassName
{
border-color: #361629;
}
.TagClassName
{
border-color: #361629;
}
</style>