Shades of Blackberry #1B0410
Tints of Blackberry #1B0410
RGB
CMYK
RGB Variations
Color information
#1B0410 (or 0x1B0410) is known color: Blackberry. HEX triplet: 1B, 04 and 10. RGB value is (27,4,16). Sum of RGB (Red+Green+Blue) = 27+4+16=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0410 is #E4FBEF. Grayscale: #0C0C0C. Windows color (decimal): -15006704 or 1049627. OLE color: 1049627.
HSL color Cylindrical-coordinate representation of color #1B0410: hue angle of 328.7º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B0410 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 4 | 16 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.89 |
| HSL | 328.7º | 0.74% | 0.06% | - |
| HSV(B) | 328.7º | 0.85% | 0.11% | - |
| XYZ | 0.59 | 0.36 | 0.53 | - |
| YUV | 12.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 16 | 0 | 0.85 | 0.41 | 0.89 | 328.7 | 0.74 | 0.06 |
| Hex | 1B | 4 | 10 | 0 | 55 | 29 | 59 | 149 | 4A | 6 |
| Octal | 33 | 4 | 20 | 0 | 125 | 51 | 131 | 511 | 112 | 6 |
| Binary | 11011 | 100 | 10000 | 0 | 1010101 | 101001 | 1011001 | 101001001 | 1001010 | 110 |
Color Harmonies of #1B0410
Complementary color
Monochromatic Colors of #1B0410
Black with #1B0410
Text Example
Text Example
White with #1B0410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0410; }
p { color: rgb(27,4,16); }
H1.HeaderClassName
{
color: #1B0410;
}
.AnyTagClassName
{
color: #1B0410;
}
</style>
background-color css
<style>
a { background-color: #1B0410; }
a { background-color: rgb(27,4,16); }
div.DivClassName
{
background-color: #1B0410;
}
.BgClassName
{
background-color: #1B0410;
}
</style>
border-color css
<style>
span { border-color: #1B0410; }
span { border-color: rgb(27,4,16); }
td.TdClassName
{
border-color: #1B0410;
}
.TagClassName
{
border-color: #1B0410;
}
</style>