Shades of Blackberry #180210
Tints of Blackberry #180210
RGB
CMYK
RGB Variations
Color information
#180210 (or 0x180210) is known color: Blackberry. HEX triplet: 18, 02 and 10. RGB value is (24,2,16). Sum of RGB (Red+Green+Blue) = 24+2+16=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #180210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180210 is #E7FDEF. Grayscale: #0A0A0A. Windows color (decimal): -15203824 or 1049112. OLE color: 1049112.
HSL color Cylindrical-coordinate representation of color #180210: hue angle of 321.82º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180210 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 2 | 16 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.91 |
| HSL | 321.82º | 0.85% | 0.05% | - |
| HSV(B) | 321.82º | 0.92% | 0.09% | - |
| XYZ | 0.49 | 0.28 | 0.52 | - |
| YUV | 10.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 16 | 0 | 0.92 | 0.33 | 0.91 | 321.82 | 0.85 | 0.05 |
| Hex | 18 | 2 | 10 | 0 | 5C | 21 | 5B | 142 | 55 | 5 |
| Octal | 30 | 2 | 20 | 0 | 134 | 41 | 133 | 502 | 125 | 5 |
| Binary | 11000 | 10 | 10000 | 0 | 1011100 | 100001 | 1011011 | 101000010 | 1010101 | 101 |
Color Harmonies of #180210
Complementary color
Monochromatic Colors of #180210
Black with #180210
Text Example
Text Example
White with #180210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180210; }
p { color: rgb(24,2,16); }
H1.HeaderClassName
{
color: #180210;
}
.AnyTagClassName
{
color: #180210;
}
</style>
background-color css
<style>
a { background-color: #180210; }
a { background-color: rgb(24,2,16); }
div.DivClassName
{
background-color: #180210;
}
.BgClassName
{
background-color: #180210;
}
</style>
border-color css
<style>
span { border-color: #180210; }
span { border-color: rgb(24,2,16); }
td.TdClassName
{
border-color: #180210;
}
.TagClassName
{
border-color: #180210;
}
</style>