Shades of Blackberry #350E1F
Tints of Blackberry #350E1F
RGB
CMYK
RGB Variations
Color information
#350E1F (or 0x350E1F) is known color: Blackberry. HEX triplet: 35, 0E and 1F. RGB value is (53,14,31). Sum of RGB (Red+Green+Blue) = 53+14+31=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #350E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E1F is #CAF1E0. Grayscale: #1B1B1B. Windows color (decimal): -13300193 or 2035253. OLE color: 2035253.
HSL color Cylindrical-coordinate representation of color #350E1F: hue angle of 333.85º degrees, saturation: 0.58, 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 #350E1F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 31 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.79 |
| HSL | 333.85º | 0.58% | 0.13% | - |
| HSV(B) | 333.85º | 0.74% | 0.21% | - |
| XYZ | 1.87 | 1.17 | 1.42 | - |
| YUV | 27.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 31 | 0 | 0.74 | 0.42 | 0.79 | 333.85 | 0.58 | 0.13 |
| Hex | 35 | E | 1F | 0 | 4A | 2A | 4F | 14E | 3A | D |
| Octal | 65 | 16 | 37 | 0 | 112 | 52 | 117 | 516 | 72 | 15 |
| Binary | 110101 | 1110 | 11111 | 0 | 1001010 | 101010 | 1001111 | 101001110 | 111010 | 1101 |
Color Harmonies of #350E1F
Complementary color
Monochromatic Colors of #350E1F
Black with #350E1F
Text Example
Text Example
White with #350E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E1F; }
p { color: rgb(53,14,31); }
H1.HeaderClassName
{
color: #350E1F;
}
.AnyTagClassName
{
color: #350E1F;
}
</style>
background-color css
<style>
a { background-color: #350E1F; }
a { background-color: rgb(53,14,31); }
div.DivClassName
{
background-color: #350E1F;
}
.BgClassName
{
background-color: #350E1F;
}
</style>
border-color css
<style>
span { border-color: #350E1F; }
span { border-color: rgb(53,14,31); }
td.TdClassName
{
border-color: #350E1F;
}
.TagClassName
{
border-color: #350E1F;
}
</style>