Shades of Blackberry #35122A
Tints of Blackberry #35122A
RGB
CMYK
RGB Variations
Color information
#35122A (or 0x35122A) is known color: Blackberry. HEX triplet: 35, 12 and 2A. RGB value is (53,18,42). Sum of RGB (Red+Green+Blue) = 53+18+42=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #35122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35122A is #CAEDD5. Grayscale: #1F1F1F. Windows color (decimal): -13299158 or 2757173. OLE color: 2757173.
HSL color Cylindrical-coordinate representation of color #35122A: hue angle of 318.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35122A is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 18 | 42 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.79 |
| HSL | 318.86º | 0.49% | 0.14% | - |
| HSV(B) | 318.86º | 0.66% | 0.21% | - |
| XYZ | 2.1 | 1.36 | 2.34 | - |
| YUV | 31.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 42 | 0 | 0.66 | 0.21 | 0.79 | 318.86 | 0.49 | 0.14 |
| Hex | 35 | 12 | 2A | 0 | 42 | 15 | 4F | 13F | 31 | E |
| Octal | 65 | 22 | 52 | 0 | 102 | 25 | 117 | 477 | 61 | 16 |
| Binary | 110101 | 10010 | 101010 | 0 | 1000010 | 10101 | 1001111 | 100111111 | 110001 | 1110 |
Color Harmonies of #35122A
Complementary color
Monochromatic Colors of #35122A
Black with #35122A
Text Example
Text Example
White with #35122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35122A; }
p { color: rgb(53,18,42); }
H1.HeaderClassName
{
color: #35122A;
}
.AnyTagClassName
{
color: #35122A;
}
</style>
background-color css
<style>
a { background-color: #35122A; }
a { background-color: rgb(53,18,42); }
div.DivClassName
{
background-color: #35122A;
}
.BgClassName
{
background-color: #35122A;
}
</style>
border-color css
<style>
span { border-color: #35122A; }
span { border-color: rgb(53,18,42); }
td.TdClassName
{
border-color: #35122A;
}
.TagClassName
{
border-color: #35122A;
}
</style>