Shades of Black Russian #181A25
Tints of Black Russian #181A25
RGB
CMYK
RGB Variations
Color information
#181A25 (or 0x181A25) is known color: Black Russian. HEX triplet: 18, 1A and 25. RGB value is (24,26,37). Sum of RGB (Red+Green+Blue) = 24+26+37=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #181A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A25 is #E7E5DA. Grayscale: #1A1A1A. Windows color (decimal): -15197659 or 2431512. OLE color: 2431512.
HSL color Cylindrical-coordinate representation of color #181A25: hue angle of 230.77º 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 #181A25 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 26 | 37 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.85 |
| HSL | 230.77º | 0.21% | 0.12% | - |
| HSV(B) | 230.77º | 0.35% | 0.15% | - |
| XYZ | 1.08 | 1.07 | 1.9 | - |
| YUV | 26.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 37 | 0.35 | 0.30 | 0 | 0.85 | 230.77 | 0.21 | 0.12 |
| Hex | 18 | 1A | 25 | 23 | 1E | 0 | 55 | E7 | 15 | C |
| Octal | 30 | 32 | 45 | 43 | 36 | 0 | 125 | 347 | 25 | 14 |
| Binary | 11000 | 11010 | 100101 | 100011 | 11110 | 0 | 1010101 | 11100111 | 10101 | 1100 |
Color Harmonies of #181A25
Complementary color
Monochromatic Colors of #181A25
Black with #181A25
Text Example
Text Example
White with #181A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A25; }
p { color: rgb(24,26,37); }
H1.HeaderClassName
{
color: #181A25;
}
.AnyTagClassName
{
color: #181A25;
}
</style>
background-color css
<style>
a { background-color: #181A25; }
a { background-color: rgb(24,26,37); }
div.DivClassName
{
background-color: #181A25;
}
.BgClassName
{
background-color: #181A25;
}
</style>
border-color css
<style>
span { border-color: #181A25; }
span { border-color: rgb(24,26,37); }
td.TdClassName
{
border-color: #181A25;
}
.TagClassName
{
border-color: #181A25;
}
</style>