Shades of Black Russian #25272C
Tints of Black Russian #25272C
RGB
CMYK
RGB Variations
Color information
#25272C (or 0x25272C) is known color: Black Russian. HEX triplet: 25, 27 and 2C. RGB value is (37,39,44). Sum of RGB (Red+Green+Blue) = 37+39+44=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 44 - color contains mainly: blue. Hex color #25272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25272C is #DAD8D3. Grayscale: #262626. Windows color (decimal): -14342356 or 2893605. OLE color: 2893605.
HSL color Cylindrical-coordinate representation of color #25272C: hue angle of 222.86º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #25272C is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 39 | 44 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.83 |
| HSL | 222.86º | 0.09% | 0.16% | - |
| HSV(B) | 222.86º | 0.16% | 0.17% | - |
| XYZ | 1.94 | 2.03 | 2.67 | - |
| YUV | 38.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 39 | 44 | 0.16 | 0.11 | 0 | 0.83 | 222.86 | 0.09 | 0.16 |
| Hex | 25 | 27 | 2C | 10 | B | 0 | 53 | DF | 9 | 10 |
| Octal | 45 | 47 | 54 | 20 | 13 | 0 | 123 | 337 | 11 | 20 |
| Binary | 100101 | 100111 | 101100 | 10000 | 1011 | 0 | 1010011 | 11011111 | 1001 | 10000 |
Color Harmonies of #25272C
Complementary color
Monochromatic Colors of #25272C
Black with #25272C
Text Example
Text Example
White with #25272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25272C; }
p { color: rgb(37,39,44); }
H1.HeaderClassName
{
color: #25272C;
}
.AnyTagClassName
{
color: #25272C;
}
</style>
background-color css
<style>
a { background-color: #25272C; }
a { background-color: rgb(37,39,44); }
div.DivClassName
{
background-color: #25272C;
}
.BgClassName
{
background-color: #25272C;
}
</style>
border-color css
<style>
span { border-color: #25272C; }
span { border-color: rgb(37,39,44); }
td.TdClassName
{
border-color: #25272C;
}
.TagClassName
{
border-color: #25272C;
}
</style>