Shades of Blackberry #350B1E
Tints of Blackberry #350B1E
RGB
CMYK
RGB Variations
Color information
#350B1E (or 0x350B1E) is known color: Blackberry. HEX triplet: 35, 0B and 1E. RGB value is (53,11,30). Sum of RGB (Red+Green+Blue) = 53+11+30=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B1E is #CAF4E1. Grayscale: #191919. Windows color (decimal): -13300962 or 1968949. OLE color: 1968949.
HSL color Cylindrical-coordinate representation of color #350B1E: hue angle of 332.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350B1E is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 30 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.79 |
| HSL | 332.86º | 0.66% | 0.13% | - |
| HSV(B) | 332.86º | 0.79% | 0.21% | - |
| XYZ | 1.82 | 1.09 | 1.34 | - |
| YUV | 25.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 30 | 0 | 0.79 | 0.43 | 0.79 | 332.86 | 0.66 | 0.13 |
| Hex | 35 | B | 1E | 0 | 4F | 2B | 4F | 14D | 42 | D |
| Octal | 65 | 13 | 36 | 0 | 117 | 53 | 117 | 515 | 102 | 15 |
| Binary | 110101 | 1011 | 11110 | 0 | 1001111 | 101011 | 1001111 | 101001101 | 1000010 | 1101 |
Color Harmonies of #350B1E
Complementary color
Monochromatic Colors of #350B1E
Black with #350B1E
Text Example
Text Example
White with #350B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B1E; }
p { color: rgb(53,11,30); }
H1.HeaderClassName
{
color: #350B1E;
}
.AnyTagClassName
{
color: #350B1E;
}
</style>
background-color css
<style>
a { background-color: #350B1E; }
a { background-color: rgb(53,11,30); }
div.DivClassName
{
background-color: #350B1E;
}
.BgClassName
{
background-color: #350B1E;
}
</style>
border-color css
<style>
span { border-color: #350B1E; }
span { border-color: rgb(53,11,30); }
td.TdClassName
{
border-color: #350B1E;
}
.TagClassName
{
border-color: #350B1E;
}
</style>