Shades of Blackberry #35001E
Tints of Blackberry #35001E
RGB
CMYK
RGB Variations
Color information
#35001E (or 0x35001E) is known color: Blackberry. HEX triplet: 35, 00 and 1E. RGB value is (53,0,30). Sum of RGB (Red+Green+Blue) = 53+0+30=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #35001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35001E is #CAFFE1. Grayscale: #131313. Windows color (decimal): -13303778 or 1966133. OLE color: 1966133.
HSL color Cylindrical-coordinate representation of color #35001E: hue angle of 326.04º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35001E is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.43 | 0.79 |
| HSL | 326.04º | 1% | 0.1% | - |
| HSV(B) | 326.04º | 1% | 0.21% | - |
| XYZ | 1.7 | 0.85 | 1.3 | - |
| YUV | 19.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 30 | 0 | 1 | 0.43 | 0.79 | 326.04 | 1 | 0.1 |
| Hex | 35 | 0 | 1E | 0 | 64 | 2B | 4F | 146 | 64 | A |
| Octal | 65 | 0 | 36 | 0 | 144 | 53 | 117 | 506 | 144 | 12 |
| Binary | 110101 | 0 | 11110 | 0 | 1100100 | 101011 | 1001111 | 101000110 | 1100100 | 1010 |
Color Harmonies of #35001E
Complementary color
Monochromatic Colors of #35001E
Black with #35001E
Text Example
Text Example
White with #35001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35001E; }
p { color: rgb(53,0,30); }
H1.HeaderClassName
{
color: #35001E;
}
.AnyTagClassName
{
color: #35001E;
}
</style>
background-color css
<style>
a { background-color: #35001E; }
a { background-color: rgb(53,0,30); }
div.DivClassName
{
background-color: #35001E;
}
.BgClassName
{
background-color: #35001E;
}
</style>
border-color css
<style>
span { border-color: #35001E; }
span { border-color: rgb(53,0,30); }
td.TdClassName
{
border-color: #35001E;
}
.TagClassName
{
border-color: #35001E;
}
</style>