Shades of Blackberry #25031A
Tints of Blackberry #25031A
RGB
CMYK
RGB Variations
Color information
#25031A (or 0x25031A) is known color: Blackberry. HEX triplet: 25, 03 and 1A. RGB value is (37,3,26). Sum of RGB (Red+Green+Blue) = 37+3+26=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25031A is #DAFCE5. Grayscale: #0F0F0F. Windows color (decimal): -14351590 or 1704741. OLE color: 1704741.
HSL color Cylindrical-coordinate representation of color #25031A: hue angle of 319.41º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25031A is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 3 | 26 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.85 |
| HSL | 319.41º | 0.85% | 0.08% | - |
| HSV(B) | 319.41º | 0.92% | 0.15% | - |
| XYZ | 0.98 | 0.53 | 1.03 | - |
| YUV | 15.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 26 | 0 | 0.92 | 0.30 | 0.85 | 319.41 | 0.85 | 0.08 |
| Hex | 25 | 3 | 1A | 0 | 5C | 1E | 55 | 13F | 55 | 8 |
| Octal | 45 | 3 | 32 | 0 | 134 | 36 | 125 | 477 | 125 | 10 |
| Binary | 100101 | 11 | 11010 | 0 | 1011100 | 11110 | 1010101 | 100111111 | 1010101 | 1000 |
Color Harmonies of #25031A
Complementary color
Monochromatic Colors of #25031A
Black with #25031A
Text Example
Text Example
White with #25031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25031A; }
p { color: rgb(37,3,26); }
H1.HeaderClassName
{
color: #25031A;
}
.AnyTagClassName
{
color: #25031A;
}
</style>
background-color css
<style>
a { background-color: #25031A; }
a { background-color: rgb(37,3,26); }
div.DivClassName
{
background-color: #25031A;
}
.BgClassName
{
background-color: #25031A;
}
</style>
border-color css
<style>
span { border-color: #25031A; }
span { border-color: rgb(37,3,26); }
td.TdClassName
{
border-color: #25031A;
}
.TagClassName
{
border-color: #25031A;
}
</style>