Shades of Blackberry #250C18
Tints of Blackberry #250C18
RGB
CMYK
RGB Variations
Color information
#250C18 (or 0x250C18) is known color: Blackberry. HEX triplet: 25, 0C and 18. RGB value is (37,12,24). Sum of RGB (Red+Green+Blue) = 37+12+24=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C18 is #DAF3E7. Grayscale: #141414. Windows color (decimal): -14349288 or 1575973. OLE color: 1575973.
HSL color Cylindrical-coordinate representation of color #250C18: hue angle of 331.2º 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 #250C18 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 24 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.85 |
| HSL | 331.2º | 0.51% | 0.1% | - |
| HSV(B) | 331.2º | 0.68% | 0.15% | - |
| XYZ | 1.06 | 0.72 | 0.95 | - |
| YUV | 20.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 24 | 0 | 0.68 | 0.35 | 0.85 | 331.2 | 0.51 | 0.1 |
| Hex | 25 | C | 18 | 0 | 44 | 23 | 55 | 14B | 33 | A |
| Octal | 45 | 14 | 30 | 0 | 104 | 43 | 125 | 513 | 63 | 12 |
| Binary | 100101 | 1100 | 11000 | 0 | 1000100 | 100011 | 1010101 | 101001011 | 110011 | 1010 |
Color Harmonies of #250C18
Complementary color
Monochromatic Colors of #250C18
Black with #250C18
Text Example
Text Example
White with #250C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C18; }
p { color: rgb(37,12,24); }
H1.HeaderClassName
{
color: #250C18;
}
.AnyTagClassName
{
color: #250C18;
}
</style>
background-color css
<style>
a { background-color: #250C18; }
a { background-color: rgb(37,12,24); }
div.DivClassName
{
background-color: #250C18;
}
.BgClassName
{
background-color: #250C18;
}
</style>
border-color css
<style>
span { border-color: #250C18; }
span { border-color: rgb(37,12,24); }
td.TdClassName
{
border-color: #250C18;
}
.TagClassName
{
border-color: #250C18;
}
</style>