Shades of Blackberry #25011C
Tints of Blackberry #25011C
RGB
CMYK
RGB Variations
Color information
#25011C (or 0x25011C) is known color: Blackberry. HEX triplet: 25, 01 and 1C. RGB value is (37,1,28). Sum of RGB (Red+Green+Blue) = 37+1+28=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25011C is #DAFEE3. Grayscale: #0E0E0E. Windows color (decimal): -14352100 or 1835301. OLE color: 1835301.
HSL color Cylindrical-coordinate representation of color #25011C: hue angle of 315º 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 #25011C is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 1 | 28 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.85 |
| HSL | 315º | 0.95% | 0.07% | - |
| HSV(B) | 315º | 0.97% | 0.15% | - |
| XYZ | 0.98 | 0.5 | 1.14 | - |
| YUV | 14.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 28 | 0 | 0.97 | 0.24 | 0.85 | 315 | 0.95 | 0.07 |
| Hex | 25 | 1 | 1C | 0 | 61 | 18 | 55 | 13B | 5F | 7 |
| Octal | 45 | 1 | 34 | 0 | 141 | 30 | 125 | 473 | 137 | 7 |
| Binary | 100101 | 1 | 11100 | 0 | 1100001 | 11000 | 1010101 | 100111011 | 1011111 | 111 |
Color Harmonies of #25011C
Complementary color
Monochromatic Colors of #25011C
Black with #25011C
Text Example
Text Example
White with #25011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25011C; }
p { color: rgb(37,1,28); }
H1.HeaderClassName
{
color: #25011C;
}
.AnyTagClassName
{
color: #25011C;
}
</style>
background-color css
<style>
a { background-color: #25011C; }
a { background-color: rgb(37,1,28); }
div.DivClassName
{
background-color: #25011C;
}
.BgClassName
{
background-color: #25011C;
}
</style>
border-color css
<style>
span { border-color: #25011C; }
span { border-color: rgb(37,1,28); }
td.TdClassName
{
border-color: #25011C;
}
.TagClassName
{
border-color: #25011C;
}
</style>