Shades of Black Russian #25262B
Tints of Black Russian #25262B
RGB
CMYK
RGB Variations
Color information
#25262B (or 0x25262B) is known color: Black Russian. HEX triplet: 25, 26 and 2B. RGB value is (37,38,43). Sum of RGB (Red+Green+Blue) = 37+38+43=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 43 - color contains mainly: blue. Hex color #25262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25262B is #DAD9D4. Grayscale: #262626. Windows color (decimal): -14342613 or 2827813. OLE color: 2827813.
HSL color Cylindrical-coordinate representation of color #25262B: hue angle of 230º degrees, saturation: 0.08, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #25262B is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 38 | 43 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.83 |
| HSL | 230º | 0.08% | 0.16% | - |
| HSV(B) | 230º | 0.14% | 0.17% | - |
| XYZ | 1.89 | 1.95 | 2.56 | - |
| YUV | 38.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 43 | 0.14 | 0.12 | 0 | 0.83 | 230 | 0.08 | 0.16 |
| Hex | 25 | 26 | 2B | E | C | 0 | 53 | E6 | 8 | 10 |
| Octal | 45 | 46 | 53 | 16 | 14 | 0 | 123 | 346 | 10 | 20 |
| Binary | 100101 | 100110 | 101011 | 1110 | 1100 | 0 | 1010011 | 11100110 | 1000 | 10000 |
Color Harmonies of #25262B
Complementary color
Monochromatic Colors of #25262B
Black with #25262B
Text Example
Text Example
White with #25262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25262B; }
p { color: rgb(37,38,43); }
H1.HeaderClassName
{
color: #25262B;
}
.AnyTagClassName
{
color: #25262B;
}
</style>
background-color css
<style>
a { background-color: #25262B; }
a { background-color: rgb(37,38,43); }
div.DivClassName
{
background-color: #25262B;
}
.BgClassName
{
background-color: #25262B;
}
</style>
border-color css
<style>
span { border-color: #25262B; }
span { border-color: rgb(37,38,43); }
td.TdClassName
{
border-color: #25262B;
}
.TagClassName
{
border-color: #25262B;
}
</style>