Shades of Blackberry #350C1D
Tints of Blackberry #350C1D
RGB
CMYK
RGB Variations
Color information
#350C1D (or 0x350C1D) is known color: Blackberry. HEX triplet: 35, 0C and 1D. RGB value is (53,12,29). Sum of RGB (Red+Green+Blue) = 53+12+29=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C1D is #CAF3E2. Grayscale: #1A1A1A. Windows color (decimal): -13300707 or 1903669. OLE color: 1903669.
HSL color Cylindrical-coordinate representation of color #350C1D: hue angle of 335.12º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C1D is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 29 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.79 |
| HSL | 335.12º | 0.63% | 0.13% | - |
| HSV(B) | 335.12º | 0.77% | 0.21% | - |
| XYZ | 1.82 | 1.11 | 1.28 | - |
| YUV | 26.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 29 | 0 | 0.77 | 0.45 | 0.79 | 335.12 | 0.63 | 0.13 |
| Hex | 35 | C | 1D | 0 | 4D | 2D | 4F | 14F | 3F | D |
| Octal | 65 | 14 | 35 | 0 | 115 | 55 | 117 | 517 | 77 | 15 |
| Binary | 110101 | 1100 | 11101 | 0 | 1001101 | 101101 | 1001111 | 101001111 | 111111 | 1101 |
Color Harmonies of #350C1D
Complementary color
Monochromatic Colors of #350C1D
Black with #350C1D
Text Example
Text Example
White with #350C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C1D; }
p { color: rgb(53,12,29); }
H1.HeaderClassName
{
color: #350C1D;
}
.AnyTagClassName
{
color: #350C1D;
}
</style>
background-color css
<style>
a { background-color: #350C1D; }
a { background-color: rgb(53,12,29); }
div.DivClassName
{
background-color: #350C1D;
}
.BgClassName
{
background-color: #350C1D;
}
</style>
border-color css
<style>
span { border-color: #350C1D; }
span { border-color: rgb(53,12,29); }
td.TdClassName
{
border-color: #350C1D;
}
.TagClassName
{
border-color: #350C1D;
}
</style>