Shades of Blackberry #36051C
Tints of Blackberry #36051C
RGB
CMYK
RGB Variations
Color information
#36051C (or 0x36051C) is known color: Blackberry. HEX triplet: 36, 05 and 1C. RGB value is (54,5,28). Sum of RGB (Red+Green+Blue) = 54+5+28=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #36051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36051C is #C9FAE3. Grayscale: #161616. Windows color (decimal): -13236964 or 1836342. OLE color: 1836342.
HSL color Cylindrical-coordinate representation of color #36051C: hue angle of 331.84º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36051C is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 28 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.79 |
| HSL | 331.84º | 0.83% | 0.12% | - |
| HSV(B) | 331.84º | 0.91% | 0.21% | - |
| XYZ | 1.79 | 0.98 | 1.19 | - |
| YUV | 22.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 28 | 0 | 0.91 | 0.48 | 0.79 | 331.84 | 0.83 | 0.12 |
| Hex | 36 | 5 | 1C | 0 | 5B | 30 | 4F | 14C | 53 | C |
| Octal | 66 | 5 | 34 | 0 | 133 | 60 | 117 | 514 | 123 | 14 |
| Binary | 110110 | 101 | 11100 | 0 | 1011011 | 110000 | 1001111 | 101001100 | 1010011 | 1100 |
Color Harmonies of #36051C
Complementary color
Monochromatic Colors of #36051C
Black with #36051C
Text Example
Text Example
White with #36051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36051C; }
p { color: rgb(54,5,28); }
H1.HeaderClassName
{
color: #36051C;
}
.AnyTagClassName
{
color: #36051C;
}
</style>
background-color css
<style>
a { background-color: #36051C; }
a { background-color: rgb(54,5,28); }
div.DivClassName
{
background-color: #36051C;
}
.BgClassName
{
background-color: #36051C;
}
</style>
border-color css
<style>
span { border-color: #36051C; }
span { border-color: rgb(54,5,28); }
td.TdClassName
{
border-color: #36051C;
}
.TagClassName
{
border-color: #36051C;
}
</style>