Shades of Blackberry #35122C
Tints of Blackberry #35122C
RGB
CMYK
RGB Variations
Color information
#35122C (or 0x35122C) is known color: Blackberry. HEX triplet: 35, 12 and 2C. RGB value is (53,18,44). Sum of RGB (Red+Green+Blue) = 53+18+44=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35122C is #CAEDD3. Grayscale: #1F1F1F. Windows color (decimal): -13299156 or 2888245. OLE color: 2888245.
HSL color Cylindrical-coordinate representation of color #35122C: hue angle of 315.43º 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 #35122C is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 18 | 44 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.79 |
| HSL | 315.43º | 0.49% | 0.14% | - |
| HSV(B) | 315.43º | 0.66% | 0.21% | - |
| XYZ | 2.14 | 1.37 | 2.53 | - |
| YUV | 31.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 44 | 0 | 0.66 | 0.17 | 0.79 | 315.43 | 0.49 | 0.14 |
| Hex | 35 | 12 | 2C | 0 | 42 | 11 | 4F | 13B | 31 | E |
| Octal | 65 | 22 | 54 | 0 | 102 | 21 | 117 | 473 | 61 | 16 |
| Binary | 110101 | 10010 | 101100 | 0 | 1000010 | 10001 | 1001111 | 100111011 | 110001 | 1110 |
Color Harmonies of #35122C
Complementary color
Monochromatic Colors of #35122C
Black with #35122C
Text Example
Text Example
White with #35122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35122C; }
p { color: rgb(53,18,44); }
H1.HeaderClassName
{
color: #35122C;
}
.AnyTagClassName
{
color: #35122C;
}
</style>
background-color css
<style>
a { background-color: #35122C; }
a { background-color: rgb(53,18,44); }
div.DivClassName
{
background-color: #35122C;
}
.BgClassName
{
background-color: #35122C;
}
</style>
border-color css
<style>
span { border-color: #35122C; }
span { border-color: rgb(53,18,44); }
td.TdClassName
{
border-color: #35122C;
}
.TagClassName
{
border-color: #35122C;
}
</style>