Shades of Blackberry #250619
Tints of Blackberry #250619
RGB
CMYK
RGB Variations
Color information
#250619 (or 0x250619) is known color: Blackberry. HEX triplet: 25, 06 and 19. RGB value is (37,6,25). Sum of RGB (Red+Green+Blue) = 37+6+25=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250619 is #DAF9E6. Grayscale: #111111. Windows color (decimal): -14350823 or 1639973. OLE color: 1639973.
HSL color Cylindrical-coordinate representation of color #250619: hue angle of 323.23º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250619 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 25 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.85 |
| HSL | 323.23º | 0.72% | 0.08% | - |
| HSV(B) | 323.23º | 0.84% | 0.15% | - |
| XYZ | 1 | 0.59 | 0.98 | - |
| YUV | 17.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 25 | 0 | 0.84 | 0.32 | 0.85 | 323.23 | 0.72 | 0.08 |
| Hex | 25 | 6 | 19 | 0 | 54 | 20 | 55 | 143 | 48 | 8 |
| Octal | 45 | 6 | 31 | 0 | 124 | 40 | 125 | 503 | 110 | 10 |
| Binary | 100101 | 110 | 11001 | 0 | 1010100 | 100000 | 1010101 | 101000011 | 1001000 | 1000 |
Color Harmonies of #250619
Complementary color
Monochromatic Colors of #250619
Black with #250619
Text Example
Text Example
White with #250619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250619; }
p { color: rgb(37,6,25); }
H1.HeaderClassName
{
color: #250619;
}
.AnyTagClassName
{
color: #250619;
}
</style>
background-color css
<style>
a { background-color: #250619; }
a { background-color: rgb(37,6,25); }
div.DivClassName
{
background-color: #250619;
}
.BgClassName
{
background-color: #250619;
}
</style>
border-color css
<style>
span { border-color: #250619; }
span { border-color: rgb(37,6,25); }
td.TdClassName
{
border-color: #250619;
}
.TagClassName
{
border-color: #250619;
}
</style>