Shades of Blackberry #250618
Tints of Blackberry #250618
RGB
CMYK
RGB Variations
Color information
#250618 (or 0x250618) is known color: Blackberry. HEX triplet: 25, 06 and 18. RGB value is (37,6,24). Sum of RGB (Red+Green+Blue) = 37+6+24=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #250618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250618 is #DAF9E7. Grayscale: #111111. Windows color (decimal): -14350824 or 1574437. OLE color: 1574437.
HSL color Cylindrical-coordinate representation of color #250618: hue angle of 325.16º 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 #250618 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 24 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.85 |
| HSL | 325.16º | 0.72% | 0.08% | - |
| HSV(B) | 325.16º | 0.84% | 0.15% | - |
| XYZ | 0.99 | 0.59 | 0.93 | - |
| YUV | 17.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 24 | 0 | 0.84 | 0.35 | 0.85 | 325.16 | 0.72 | 0.08 |
| Hex | 25 | 6 | 18 | 0 | 54 | 23 | 55 | 145 | 48 | 8 |
| Octal | 45 | 6 | 30 | 0 | 124 | 43 | 125 | 505 | 110 | 10 |
| Binary | 100101 | 110 | 11000 | 0 | 1010100 | 100011 | 1010101 | 101000101 | 1001000 | 1000 |
Color Harmonies of #250618
Complementary color
Monochromatic Colors of #250618
Black with #250618
Text Example
Text Example
White with #250618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250618; }
p { color: rgb(37,6,24); }
H1.HeaderClassName
{
color: #250618;
}
.AnyTagClassName
{
color: #250618;
}
</style>
background-color css
<style>
a { background-color: #250618; }
a { background-color: rgb(37,6,24); }
div.DivClassName
{
background-color: #250618;
}
.BgClassName
{
background-color: #250618;
}
</style>
border-color css
<style>
span { border-color: #250618; }
span { border-color: rgb(37,6,24); }
td.TdClassName
{
border-color: #250618;
}
.TagClassName
{
border-color: #250618;
}
</style>