Shades of Blackberry #25011A
Tints of Blackberry #25011A
RGB
CMYK
RGB Variations
Color information
#25011A (or 0x25011A) is known color: Blackberry. HEX triplet: 25, 01 and 1A. RGB value is (37,1,26). Sum of RGB (Red+Green+Blue) = 37+1+26=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #25011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25011A is #DAFEE5. Grayscale: #0E0E0E. Windows color (decimal): -14352102 or 1704229. OLE color: 1704229.
HSL color Cylindrical-coordinate representation of color #25011A: hue angle of 318.33º 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 #25011A is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 1 | 26 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.85 |
| HSL | 318.33º | 0.95% | 0.07% | - |
| HSV(B) | 318.33º | 0.97% | 0.15% | - |
| XYZ | 0.96 | 0.49 | 1.02 | - |
| YUV | 14.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 26 | 0 | 0.97 | 0.30 | 0.85 | 318.33 | 0.95 | 0.07 |
| Hex | 25 | 1 | 1A | 0 | 61 | 1E | 55 | 13E | 5F | 7 |
| Octal | 45 | 1 | 32 | 0 | 141 | 36 | 125 | 476 | 137 | 7 |
| Binary | 100101 | 1 | 11010 | 0 | 1100001 | 11110 | 1010101 | 100111110 | 1011111 | 111 |
Color Harmonies of #25011A
Complementary color
Monochromatic Colors of #25011A
Black with #25011A
Text Example
Text Example
White with #25011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25011A; }
p { color: rgb(37,1,26); }
H1.HeaderClassName
{
color: #25011A;
}
.AnyTagClassName
{
color: #25011A;
}
</style>
background-color css
<style>
a { background-color: #25011A; }
a { background-color: rgb(37,1,26); }
div.DivClassName
{
background-color: #25011A;
}
.BgClassName
{
background-color: #25011A;
}
</style>
border-color css
<style>
span { border-color: #25011A; }
span { border-color: rgb(37,1,26); }
td.TdClassName
{
border-color: #25011A;
}
.TagClassName
{
border-color: #25011A;
}
</style>