Shades of Blackberry #250C1C
Tints of Blackberry #250C1C
RGB
CMYK
RGB Variations
Color information
#250C1C (or 0x250C1C) is known color: Blackberry. HEX triplet: 25, 0C and 1C. RGB value is (37,12,28). Sum of RGB (Red+Green+Blue) = 37+12+28=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C1C is #DAF3E3. Grayscale: #151515. Windows color (decimal): -14349284 or 1838117. OLE color: 1838117.
HSL color Cylindrical-coordinate representation of color #250C1C: hue angle of 321.6º 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 #250C1C is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 28 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.85 |
| HSL | 321.6º | 0.51% | 0.1% | - |
| HSV(B) | 321.6º | 0.68% | 0.15% | - |
| XYZ | 1.1 | 0.74 | 1.18 | - |
| YUV | 21.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 28 | 0 | 0.68 | 0.24 | 0.85 | 321.6 | 0.51 | 0.1 |
| Hex | 25 | C | 1C | 0 | 44 | 18 | 55 | 142 | 33 | A |
| Octal | 45 | 14 | 34 | 0 | 104 | 30 | 125 | 502 | 63 | 12 |
| Binary | 100101 | 1100 | 11100 | 0 | 1000100 | 11000 | 1010101 | 101000010 | 110011 | 1010 |
Color Harmonies of #250C1C
Complementary color
Monochromatic Colors of #250C1C
Black with #250C1C
Text Example
Text Example
White with #250C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C1C; }
p { color: rgb(37,12,28); }
H1.HeaderClassName
{
color: #250C1C;
}
.AnyTagClassName
{
color: #250C1C;
}
</style>
background-color css
<style>
a { background-color: #250C1C; }
a { background-color: rgb(37,12,28); }
div.DivClassName
{
background-color: #250C1C;
}
.BgClassName
{
background-color: #250C1C;
}
</style>
border-color css
<style>
span { border-color: #250C1C; }
span { border-color: rgb(37,12,28); }
td.TdClassName
{
border-color: #250C1C;
}
.TagClassName
{
border-color: #250C1C;
}
</style>