Shades of Blackberry #25061B
Tints of Blackberry #25061B
RGB
CMYK
RGB Variations
Color information
#25061B (or 0x25061B) is known color: Blackberry. HEX triplet: 25, 06 and 1B. RGB value is (37,6,27). Sum of RGB (Red+Green+Blue) = 37+6+27=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #25061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25061B is #DAF9E4. Grayscale: #111111. Windows color (decimal): -14350821 or 1771045. OLE color: 1771045.
HSL color Cylindrical-coordinate representation of color #25061B: hue angle of 319.35º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25061B is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 27 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.85 |
| HSL | 319.35º | 0.72% | 0.08% | - |
| HSV(B) | 319.35º | 0.84% | 0.15% | - |
| XYZ | 1.03 | 0.6 | 1.1 | - |
| YUV | 17.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 27 | 0 | 0.84 | 0.27 | 0.85 | 319.35 | 0.72 | 0.08 |
| Hex | 25 | 6 | 1B | 0 | 54 | 1B | 55 | 13F | 48 | 8 |
| Octal | 45 | 6 | 33 | 0 | 124 | 33 | 125 | 477 | 110 | 10 |
| Binary | 100101 | 110 | 11011 | 0 | 1010100 | 11011 | 1010101 | 100111111 | 1001000 | 1000 |
Color Harmonies of #25061B
Complementary color
Monochromatic Colors of #25061B
Black with #25061B
Text Example
Text Example
White with #25061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25061B; }
p { color: rgb(37,6,27); }
H1.HeaderClassName
{
color: #25061B;
}
.AnyTagClassName
{
color: #25061B;
}
</style>
background-color css
<style>
a { background-color: #25061B; }
a { background-color: rgb(37,6,27); }
div.DivClassName
{
background-color: #25061B;
}
.BgClassName
{
background-color: #25061B;
}
</style>
border-color css
<style>
span { border-color: #25061B; }
span { border-color: rgb(37,6,27); }
td.TdClassName
{
border-color: #25061B;
}
.TagClassName
{
border-color: #25061B;
}
</style>