Shades of Blackberry #250118
Tints of Blackberry #250118
RGB
CMYK
RGB Variations
Color information
#250118 (or 0x250118) is known color: Blackberry. HEX triplet: 25, 01 and 18. RGB value is (37,1,24). Sum of RGB (Red+Green+Blue) = 37+1+24=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250118 is #DAFEE7. Grayscale: #0E0E0E. Windows color (decimal): -14352104 or 1573157. OLE color: 1573157.
HSL color Cylindrical-coordinate representation of color #250118: hue angle of 321.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250118 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 1 | 24 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.85 |
| HSL | 321.67º | 0.95% | 0.07% | - |
| HSV(B) | 321.67º | 0.97% | 0.15% | - |
| XYZ | 0.94 | 0.48 | 0.91 | - |
| YUV | 14.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 24 | 0 | 0.97 | 0.35 | 0.85 | 321.67 | 0.95 | 0.07 |
| Hex | 25 | 1 | 18 | 0 | 61 | 23 | 55 | 142 | 5F | 7 |
| Octal | 45 | 1 | 30 | 0 | 141 | 43 | 125 | 502 | 137 | 7 |
| Binary | 100101 | 1 | 11000 | 0 | 1100001 | 100011 | 1010101 | 101000010 | 1011111 | 111 |
Color Harmonies of #250118
Complementary color
Monochromatic Colors of #250118
Black with #250118
Text Example
Text Example
White with #250118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250118; }
p { color: rgb(37,1,24); }
H1.HeaderClassName
{
color: #250118;
}
.AnyTagClassName
{
color: #250118;
}
</style>
background-color css
<style>
a { background-color: #250118; }
a { background-color: rgb(37,1,24); }
div.DivClassName
{
background-color: #250118;
}
.BgClassName
{
background-color: #250118;
}
</style>
border-color css
<style>
span { border-color: #250118; }
span { border-color: rgb(37,1,24); }
td.TdClassName
{
border-color: #250118;
}
.TagClassName
{
border-color: #250118;
}
</style>