Shades of Black Russian #181925
Tints of Black Russian #181925
RGB
CMYK
RGB Variations
Color information
#181925 (or 0x181925) is known color: Black Russian. HEX triplet: 18, 19 and 25. RGB value is (24,25,37). Sum of RGB (Red+Green+Blue) = 24+25+37=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #181925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181925 is #E7E6DA. Grayscale: #1A1A1A. Windows color (decimal): -15197915 or 2431256. OLE color: 2431256.
HSL color Cylindrical-coordinate representation of color #181925: hue angle of 235.38º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #181925 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 25 | 37 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.85 |
| HSL | 235.38º | 0.21% | 0.12% | - |
| HSV(B) | 235.38º | 0.35% | 0.15% | - |
| XYZ | 1.06 | 1.02 | 1.89 | - |
| YUV | 26.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 37 | 0.35 | 0.32 | 0 | 0.85 | 235.38 | 0.21 | 0.12 |
| Hex | 18 | 19 | 25 | 23 | 20 | 0 | 55 | EB | 15 | C |
| Octal | 30 | 31 | 45 | 43 | 40 | 0 | 125 | 353 | 25 | 14 |
| Binary | 11000 | 11001 | 100101 | 100011 | 100000 | 0 | 1010101 | 11101011 | 10101 | 1100 |
Color Harmonies of #181925
Complementary color
Monochromatic Colors of #181925
Black with #181925
Text Example
Text Example
White with #181925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181925; }
p { color: rgb(24,25,37); }
H1.HeaderClassName
{
color: #181925;
}
.AnyTagClassName
{
color: #181925;
}
</style>
background-color css
<style>
a { background-color: #181925; }
a { background-color: rgb(24,25,37); }
div.DivClassName
{
background-color: #181925;
}
.BgClassName
{
background-color: #181925;
}
</style>
border-color css
<style>
span { border-color: #181925; }
span { border-color: rgb(24,25,37); }
td.TdClassName
{
border-color: #181925;
}
.TagClassName
{
border-color: #181925;
}
</style>