Shades of Black Russian #1A1B25
Tints of Black Russian #1A1B25
RGB
CMYK
RGB Variations
Color information
#1A1B25 (or 0x1A1B25) is known color: Black Russian. HEX triplet: 1A, 1B and 25. RGB value is (26,27,37). Sum of RGB (Red+Green+Blue) = 26+27+37=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1B25 is #E5E4DA. Grayscale: #1B1B1B. Windows color (decimal): -15066331 or 2431770. OLE color: 2431770.
HSL color Cylindrical-coordinate representation of color #1A1B25: hue angle of 234.55º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A1B25 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 27 | 37 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.85 |
| HSL | 234.55º | 0.17% | 0.12% | - |
| HSV(B) | 234.55º | 0.3% | 0.15% | - |
| XYZ | 1.15 | 1.14 | 1.91 | - |
| YUV | 27.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 37 | 0.30 | 0.27 | 0 | 0.85 | 234.55 | 0.17 | 0.12 |
| Hex | 1A | 1B | 25 | 1E | 1B | 0 | 55 | EB | 11 | C |
| Octal | 32 | 33 | 45 | 36 | 33 | 0 | 125 | 353 | 21 | 14 |
| Binary | 11010 | 11011 | 100101 | 11110 | 11011 | 0 | 1010101 | 11101011 | 10001 | 1100 |
Color Harmonies of #1A1B25
Complementary color
Monochromatic Colors of #1A1B25
Black with #1A1B25
Text Example
Text Example
White with #1A1B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B25; }
p { color: rgb(26,27,37); }
H1.HeaderClassName
{
color: #1A1B25;
}
.AnyTagClassName
{
color: #1A1B25;
}
</style>
background-color css
<style>
a { background-color: #1A1B25; }
a { background-color: rgb(26,27,37); }
div.DivClassName
{
background-color: #1A1B25;
}
.BgClassName
{
background-color: #1A1B25;
}
</style>
border-color css
<style>
span { border-color: #1A1B25; }
span { border-color: rgb(26,27,37); }
td.TdClassName
{
border-color: #1A1B25;
}
.TagClassName
{
border-color: #1A1B25;
}
</style>