Shades of Blackberry #250F1C
Tints of Blackberry #250F1C
RGB
CMYK
RGB Variations
Color information
#250F1C (or 0x250F1C) is known color: Blackberry. HEX triplet: 25, 0F and 1C. RGB value is (37,15,28). Sum of RGB (Red+Green+Blue) = 37+15+28=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #250F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F1C is #DAF0E3. Grayscale: #171717. Windows color (decimal): -14348516 or 1838885. OLE color: 1838885.
HSL color Cylindrical-coordinate representation of color #250F1C: hue angle of 324.55º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #250F1C is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 28 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.85 |
| HSL | 324.55º | 0.42% | 0.1% | - |
| HSV(B) | 324.55º | 0.59% | 0.15% | - |
| XYZ | 1.14 | 0.82 | 1.2 | - |
| YUV | 23.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 28 | 0 | 0.59 | 0.24 | 0.85 | 324.55 | 0.42 | 0.1 |
| Hex | 25 | F | 1C | 0 | 3B | 18 | 55 | 145 | 2A | A |
| Octal | 45 | 17 | 34 | 0 | 73 | 30 | 125 | 505 | 52 | 12 |
| Binary | 100101 | 1111 | 11100 | 0 | 111011 | 11000 | 1010101 | 101000101 | 101010 | 1010 |
Color Harmonies of #250F1C
Complementary color
Monochromatic Colors of #250F1C
Black with #250F1C
Text Example
Text Example
White with #250F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F1C; }
p { color: rgb(37,15,28); }
H1.HeaderClassName
{
color: #250F1C;
}
.AnyTagClassName
{
color: #250F1C;
}
</style>
background-color css
<style>
a { background-color: #250F1C; }
a { background-color: rgb(37,15,28); }
div.DivClassName
{
background-color: #250F1C;
}
.BgClassName
{
background-color: #250F1C;
}
</style>
border-color css
<style>
span { border-color: #250F1C; }
span { border-color: rgb(37,15,28); }
td.TdClassName
{
border-color: #250F1C;
}
.TagClassName
{
border-color: #250F1C;
}
</style>