Shades of Blackberry #250C19
Tints of Blackberry #250C19
RGB
CMYK
RGB Variations
Color information
#250C19 (or 0x250C19) is known color: Blackberry. HEX triplet: 25, 0C and 19. RGB value is (37,12,25). Sum of RGB (Red+Green+Blue) = 37+12+25=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C19 is #DAF3E6. Grayscale: #141414. Windows color (decimal): -14349287 or 1641509. OLE color: 1641509.
HSL color Cylindrical-coordinate representation of color #250C19: hue angle of 328.8º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250C19 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 25 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.85 |
| HSL | 328.8º | 0.51% | 0.1% | - |
| HSV(B) | 328.8º | 0.68% | 0.15% | - |
| XYZ | 1.07 | 0.73 | 1 | - |
| YUV | 20.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 25 | 0 | 0.68 | 0.32 | 0.85 | 328.8 | 0.51 | 0.1 |
| Hex | 25 | C | 19 | 0 | 44 | 20 | 55 | 149 | 33 | A |
| Octal | 45 | 14 | 31 | 0 | 104 | 40 | 125 | 511 | 63 | 12 |
| Binary | 100101 | 1100 | 11001 | 0 | 1000100 | 100000 | 1010101 | 101001001 | 110011 | 1010 |
Color Harmonies of #250C19
Complementary color
Monochromatic Colors of #250C19
Black with #250C19
Text Example
Text Example
White with #250C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C19; }
p { color: rgb(37,12,25); }
H1.HeaderClassName
{
color: #250C19;
}
.AnyTagClassName
{
color: #250C19;
}
</style>
background-color css
<style>
a { background-color: #250C19; }
a { background-color: rgb(37,12,25); }
div.DivClassName
{
background-color: #250C19;
}
.BgClassName
{
background-color: #250C19;
}
</style>
border-color css
<style>
span { border-color: #250C19; }
span { border-color: rgb(37,12,25); }
td.TdClassName
{
border-color: #250C19;
}
.TagClassName
{
border-color: #250C19;
}
</style>