Shades of Blackberry #361D2C
Tints of Blackberry #361D2C
RGB
CMYK
RGB Variations
Color information
#361D2C (or 0x361D2C) is known color: Blackberry. HEX triplet: 36, 1D and 2C. RGB value is (54,29,44). Sum of RGB (Red+Green+Blue) = 54+29+44=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #361D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D2C is #C9E2D3. Grayscale: #262626. Windows color (decimal): -13230804 or 2891062. OLE color: 2891062.
HSL color Cylindrical-coordinate representation of color #361D2C: hue angle of 324º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #361D2C is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 29 | 44 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.79 |
| HSL | 324º | 0.3% | 0.16% | - |
| HSV(B) | 324º | 0.46% | 0.21% | - |
| XYZ | 2.42 | 1.84 | 2.61 | - |
| YUV | 38.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 44 | 0 | 0.46 | 0.19 | 0.79 | 324 | 0.3 | 0.16 |
| Hex | 36 | 1D | 2C | 0 | 2E | 13 | 4F | 144 | 1E | 10 |
| Octal | 66 | 35 | 54 | 0 | 56 | 23 | 117 | 504 | 36 | 20 |
| Binary | 110110 | 11101 | 101100 | 0 | 101110 | 10011 | 1001111 | 101000100 | 11110 | 10000 |
Color Harmonies of #361D2C
Complementary color
Monochromatic Colors of #361D2C
Black with #361D2C
Text Example
Text Example
White with #361D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D2C; }
p { color: rgb(54,29,44); }
H1.HeaderClassName
{
color: #361D2C;
}
.AnyTagClassName
{
color: #361D2C;
}
</style>
background-color css
<style>
a { background-color: #361D2C; }
a { background-color: rgb(54,29,44); }
div.DivClassName
{
background-color: #361D2C;
}
.BgClassName
{
background-color: #361D2C;
}
</style>
border-color css
<style>
span { border-color: #361D2C; }
span { border-color: rgb(54,29,44); }
td.TdClassName
{
border-color: #361D2C;
}
.TagClassName
{
border-color: #361D2C;
}
</style>