Shades of Blackberry #35192A
Tints of Blackberry #35192A
RGB
CMYK
RGB Variations
Color information
#35192A (or 0x35192A) is known color: Blackberry. HEX triplet: 35, 19 and 2A. RGB value is (53,25,42). Sum of RGB (Red+Green+Blue) = 53+25+42=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #35192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35192A is #CAE6D5. Grayscale: #232323. Windows color (decimal): -13297366 or 2758965. OLE color: 2758965.
HSL color Cylindrical-coordinate representation of color #35192A: hue angle of 323.57º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35192A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 25 | 42 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.79 |
| HSL | 323.57º | 0.36% | 0.15% | - |
| HSV(B) | 323.57º | 0.53% | 0.21% | - |
| XYZ | 2.23 | 1.62 | 2.39 | - |
| YUV | 35.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 42 | 0 | 0.53 | 0.21 | 0.79 | 323.57 | 0.36 | 0.15 |
| Hex | 35 | 19 | 2A | 0 | 35 | 15 | 4F | 144 | 24 | F |
| Octal | 65 | 31 | 52 | 0 | 65 | 25 | 117 | 504 | 44 | 17 |
| Binary | 110101 | 11001 | 101010 | 0 | 110101 | 10101 | 1001111 | 101000100 | 100100 | 1111 |
Color Harmonies of #35192A
Complementary color
Monochromatic Colors of #35192A
Black with #35192A
Text Example
Text Example
White with #35192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35192A; }
p { color: rgb(53,25,42); }
H1.HeaderClassName
{
color: #35192A;
}
.AnyTagClassName
{
color: #35192A;
}
</style>
background-color css
<style>
a { background-color: #35192A; }
a { background-color: rgb(53,25,42); }
div.DivClassName
{
background-color: #35192A;
}
.BgClassName
{
background-color: #35192A;
}
</style>
border-color css
<style>
span { border-color: #35192A; }
span { border-color: rgb(53,25,42); }
td.TdClassName
{
border-color: #35192A;
}
.TagClassName
{
border-color: #35192A;
}
</style>