Shades of Blackberry #180410
Tints of Blackberry #180410
RGB
CMYK
RGB Variations
Color information
#180410 (or 0x180410) is known color: Blackberry. HEX triplet: 18, 04 and 10. RGB value is (24,4,16). Sum of RGB (Red+Green+Blue) = 24+4+16=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #180410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180410 is #E7FBEF. Grayscale: #0B0B0B. Windows color (decimal): -15203312 or 1049624. OLE color: 1049624.
HSL color Cylindrical-coordinate representation of color #180410: hue angle of 324º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180410 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 4 | 16 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.91 |
| HSL | 324º | 0.71% | 0.05% | - |
| HSV(B) | 324º | 0.83% | 0.09% | - |
| XYZ | 0.51 | 0.32 | 0.52 | - |
| YUV | 11.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 16 | 0 | 0.83 | 0.33 | 0.91 | 324 | 0.71 | 0.05 |
| Hex | 18 | 4 | 10 | 0 | 53 | 21 | 5B | 144 | 47 | 5 |
| Octal | 30 | 4 | 20 | 0 | 123 | 41 | 133 | 504 | 107 | 5 |
| Binary | 11000 | 100 | 10000 | 0 | 1010011 | 100001 | 1011011 | 101000100 | 1000111 | 101 |
Color Harmonies of #180410
Complementary color
Monochromatic Colors of #180410
Black with #180410
Text Example
Text Example
White with #180410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180410; }
p { color: rgb(24,4,16); }
H1.HeaderClassName
{
color: #180410;
}
.AnyTagClassName
{
color: #180410;
}
</style>
background-color css
<style>
a { background-color: #180410; }
a { background-color: rgb(24,4,16); }
div.DivClassName
{
background-color: #180410;
}
.BgClassName
{
background-color: #180410;
}
</style>
border-color css
<style>
span { border-color: #180410; }
span { border-color: rgb(24,4,16); }
td.TdClassName
{
border-color: #180410;
}
.TagClassName
{
border-color: #180410;
}
</style>