Shades of Blackberry #250D1B
Tints of Blackberry #250D1B
RGB
CMYK
RGB Variations
Color information
#250D1B (or 0x250D1B) is known color: Blackberry. HEX triplet: 25, 0D and 1B. RGB value is (37,13,27). Sum of RGB (Red+Green+Blue) = 37+13+27=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D1B is #DAF2E4. Grayscale: #151515. Windows color (decimal): -14349029 or 1772837. OLE color: 1772837.
HSL color Cylindrical-coordinate representation of color #250D1B: hue angle of 325º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D1B is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 27 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.85 |
| HSL | 325º | 0.48% | 0.1% | - |
| HSV(B) | 325º | 0.65% | 0.15% | - |
| XYZ | 1.1 | 0.76 | 1.13 | - |
| YUV | 21.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 27 | 0 | 0.65 | 0.27 | 0.85 | 325 | 0.48 | 0.1 |
| Hex | 25 | D | 1B | 0 | 41 | 1B | 55 | 145 | 30 | A |
| Octal | 45 | 15 | 33 | 0 | 101 | 33 | 125 | 505 | 60 | 12 |
| Binary | 100101 | 1101 | 11011 | 0 | 1000001 | 11011 | 1010101 | 101000101 | 110000 | 1010 |
Color Harmonies of #250D1B
Complementary color
Monochromatic Colors of #250D1B
Black with #250D1B
Text Example
Text Example
White with #250D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D1B; }
p { color: rgb(37,13,27); }
H1.HeaderClassName
{
color: #250D1B;
}
.AnyTagClassName
{
color: #250D1B;
}
</style>
background-color css
<style>
a { background-color: #250D1B; }
a { background-color: rgb(37,13,27); }
div.DivClassName
{
background-color: #250D1B;
}
.BgClassName
{
background-color: #250D1B;
}
</style>
border-color css
<style>
span { border-color: #250D1B; }
span { border-color: rgb(37,13,27); }
td.TdClassName
{
border-color: #250D1B;
}
.TagClassName
{
border-color: #250D1B;
}
</style>