Shades of Blackberry #36031F
Tints of Blackberry #36031F
RGB
CMYK
RGB Variations
Color information
#36031F (or 0x36031F) is known color: Blackberry. HEX triplet: 36, 03 and 1F. RGB value is (54,3,31). Sum of RGB (Red+Green+Blue) = 54+3+31=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #36031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36031F is #C9FCE0. Grayscale: #151515. Windows color (decimal): -13237473 or 2032438. OLE color: 2032438.
HSL color Cylindrical-coordinate representation of color #36031F: hue angle of 327.06º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36031F is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 31 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.79 |
| HSL | 327.06º | 0.89% | 0.11% | - |
| HSV(B) | 327.06º | 0.94% | 0.21% | - |
| XYZ | 1.8 | 0.95 | 1.38 | - |
| YUV | 21.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 31 | 0 | 0.94 | 0.43 | 0.79 | 327.06 | 0.89 | 0.11 |
| Hex | 36 | 3 | 1F | 0 | 5E | 2B | 4F | 147 | 59 | B |
| Octal | 66 | 3 | 37 | 0 | 136 | 53 | 117 | 507 | 131 | 13 |
| Binary | 110110 | 11 | 11111 | 0 | 1011110 | 101011 | 1001111 | 101000111 | 1011001 | 1011 |
Color Harmonies of #36031F
Complementary color
Monochromatic Colors of #36031F
Black with #36031F
Text Example
Text Example
White with #36031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36031F; }
p { color: rgb(54,3,31); }
H1.HeaderClassName
{
color: #36031F;
}
.AnyTagClassName
{
color: #36031F;
}
</style>
background-color css
<style>
a { background-color: #36031F; }
a { background-color: rgb(54,3,31); }
div.DivClassName
{
background-color: #36031F;
}
.BgClassName
{
background-color: #36031F;
}
</style>
border-color css
<style>
span { border-color: #36031F; }
span { border-color: rgb(54,3,31); }
td.TdClassName
{
border-color: #36031F;
}
.TagClassName
{
border-color: #36031F;
}
</style>