Shades of Black Russian #1B1D31
Tints of Black Russian #1B1D31
RGB
CMYK
RGB Variations
Color information
#1B1D31 (or 0x1B1D31) is known color: Black Russian. HEX triplet: 1B, 1D and 31. RGB value is (27,29,49). Sum of RGB (Red+Green+Blue) = 27+29+49=105 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.71% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B1D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1D31 is #E4E2CE. Grayscale: #1E1E1E. Windows color (decimal): -15000271 or 3218715. OLE color: 3218715.
HSL color Cylindrical-coordinate representation of color #1B1D31: hue angle of 234.55º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B1D31 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 29 | 49 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.81 |
| HSL | 234.55º | 0.29% | 0.15% | - |
| HSV(B) | 234.55º | 0.45% | 0.19% | - |
| XYZ | 1.45 | 1.33 | 3.09 | - |
| YUV | 30.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 49 | 0.45 | 0.41 | 0 | 0.81 | 234.55 | 0.29 | 0.15 |
| Hex | 1B | 1D | 31 | 2D | 29 | 0 | 51 | EB | 1D | F |
| Octal | 33 | 35 | 61 | 55 | 51 | 0 | 121 | 353 | 35 | 17 |
| Binary | 11011 | 11101 | 110001 | 101101 | 101001 | 0 | 1010001 | 11101011 | 11101 | 1111 |
Color Harmonies of #1B1D31
Complementary color
Monochromatic Colors of #1B1D31
Black with #1B1D31
Text Example
Text Example
White with #1B1D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D31; }
p { color: rgb(27,29,49); }
H1.HeaderClassName
{
color: #1B1D31;
}
.AnyTagClassName
{
color: #1B1D31;
}
</style>
background-color css
<style>
a { background-color: #1B1D31; }
a { background-color: rgb(27,29,49); }
div.DivClassName
{
background-color: #1B1D31;
}
.BgClassName
{
background-color: #1B1D31;
}
</style>
border-color css
<style>
span { border-color: #1B1D31; }
span { border-color: rgb(27,29,49); }
td.TdClassName
{
border-color: #1B1D31;
}
.TagClassName
{
border-color: #1B1D31;
}
</style>