Shades of Black Russian #25272D
Tints of Black Russian #25272D
RGB
CMYK
RGB Variations
Color information
#25272D (or 0x25272D) is known color: Black Russian. HEX triplet: 25, 27 and 2D. RGB value is (37,39,45). Sum of RGB (Red+Green+Blue) = 37+39+45=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 45 - color contains mainly: blue. Hex color #25272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25272D is #DAD8D2. Grayscale: #272727. Windows color (decimal): -14342355 or 2959141. OLE color: 2959141.
HSL color Cylindrical-coordinate representation of color #25272D: hue angle of 225º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #25272D is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 39 | 45 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.82 |
| HSL | 225º | 0.1% | 0.16% | - |
| HSV(B) | 225º | 0.18% | 0.18% | - |
| XYZ | 1.96 | 2.03 | 2.77 | - |
| YUV | 39.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 39 | 45 | 0.18 | 0.13 | 0 | 0.82 | 225 | 0.1 | 0.16 |
| Hex | 25 | 27 | 2D | 12 | D | 0 | 52 | E1 | A | 10 |
| Octal | 45 | 47 | 55 | 22 | 15 | 0 | 122 | 341 | 12 | 20 |
| Binary | 100101 | 100111 | 101101 | 10010 | 1101 | 0 | 1010010 | 11100001 | 1010 | 10000 |
Color Harmonies of #25272D
Complementary color
Monochromatic Colors of #25272D
Black with #25272D
Text Example
Text Example
White with #25272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25272D; }
p { color: rgb(37,39,45); }
H1.HeaderClassName
{
color: #25272D;
}
.AnyTagClassName
{
color: #25272D;
}
</style>
background-color css
<style>
a { background-color: #25272D; }
a { background-color: rgb(37,39,45); }
div.DivClassName
{
background-color: #25272D;
}
.BgClassName
{
background-color: #25272D;
}
</style>
border-color css
<style>
span { border-color: #25272D; }
span { border-color: rgb(37,39,45); }
td.TdClassName
{
border-color: #25272D;
}
.TagClassName
{
border-color: #25272D;
}
</style>