Shades of Blackberry #360E1F
Tints of Blackberry #360E1F
RGB
CMYK
RGB Variations
Color information
#360E1F (or 0x360E1F) is known color: Blackberry. HEX triplet: 36, 0E and 1F. RGB value is (54,14,31). Sum of RGB (Red+Green+Blue) = 54+14+31=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #360E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E1F is #C9F1E0. Grayscale: #1B1B1B. Windows color (decimal): -13234657 or 2035254. OLE color: 2035254.
HSL color Cylindrical-coordinate representation of color #360E1F: hue angle of 334.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E1F is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 31 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.79 |
| HSL | 334.5º | 0.59% | 0.13% | - |
| HSV(B) | 334.5º | 0.74% | 0.21% | - |
| XYZ | 1.93 | 1.2 | 1.43 | - |
| YUV | 27.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 31 | 0 | 0.74 | 0.43 | 0.79 | 334.5 | 0.59 | 0.13 |
| Hex | 36 | E | 1F | 0 | 4A | 2B | 4F | 14E | 3B | D |
| Octal | 66 | 16 | 37 | 0 | 112 | 53 | 117 | 516 | 73 | 15 |
| Binary | 110110 | 1110 | 11111 | 0 | 1001010 | 101011 | 1001111 | 101001110 | 111011 | 1101 |
Color Harmonies of #360E1F
Complementary color
Monochromatic Colors of #360E1F
Black with #360E1F
Text Example
Text Example
White with #360E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E1F; }
p { color: rgb(54,14,31); }
H1.HeaderClassName
{
color: #360E1F;
}
.AnyTagClassName
{
color: #360E1F;
}
</style>
background-color css
<style>
a { background-color: #360E1F; }
a { background-color: rgb(54,14,31); }
div.DivClassName
{
background-color: #360E1F;
}
.BgClassName
{
background-color: #360E1F;
}
</style>
border-color css
<style>
span { border-color: #360E1F; }
span { border-color: rgb(54,14,31); }
td.TdClassName
{
border-color: #360E1F;
}
.TagClassName
{
border-color: #360E1F;
}
</style>