Shades of Blackberry #35002C
Tints of Blackberry #35002C
RGB
CMYK
RGB Variations
Color information
#35002C (or 0x35002C) is known color: Blackberry. HEX triplet: 35, 00 and 2C. RGB value is (53,0,44). Sum of RGB (Red+Green+Blue) = 53+0+44=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #35002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35002C is #CAFFD3. Grayscale: #141414. Windows color (decimal): -13303764 or 2883637. OLE color: 2883637.
HSL color Cylindrical-coordinate representation of color #35002C: hue angle of 310.19º 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 #35002C is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.17 | 0.79 |
| HSL | 310.19º | 1% | 0.1% | - |
| HSV(B) | 310.19º | 1% | 0.21% | - |
| XYZ | 1.92 | 0.94 | 2.46 | - |
| YUV | 20.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 44 | 0 | 1 | 0.17 | 0.79 | 310.19 | 1 | 0.1 |
| Hex | 35 | 0 | 2C | 0 | 64 | 11 | 4F | 136 | 64 | A |
| Octal | 65 | 0 | 54 | 0 | 144 | 21 | 117 | 466 | 144 | 12 |
| Binary | 110101 | 0 | 101100 | 0 | 1100100 | 10001 | 1001111 | 100110110 | 1100100 | 1010 |
Color Harmonies of #35002C
Complementary color
Monochromatic Colors of #35002C
Black with #35002C
Text Example
Text Example
White with #35002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35002C; }
p { color: rgb(53,0,44); }
H1.HeaderClassName
{
color: #35002C;
}
.AnyTagClassName
{
color: #35002C;
}
</style>
background-color css
<style>
a { background-color: #35002C; }
a { background-color: rgb(53,0,44); }
div.DivClassName
{
background-color: #35002C;
}
.BgClassName
{
background-color: #35002C;
}
</style>
border-color css
<style>
span { border-color: #35002C; }
span { border-color: rgb(53,0,44); }
td.TdClassName
{
border-color: #35002C;
}
.TagClassName
{
border-color: #35002C;
}
</style>