Shades of Black Russian #232631
Tints of Black Russian #232631
RGB
CMYK
RGB Variations
Color information
#232631 (or 0x232631) is known color: Black Russian. HEX triplet: 23, 26 and 31. RGB value is (35,38,49). Sum of RGB (Red+Green+Blue) = 35+38+49=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 49 - color contains mainly: blue. Hex color #232631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232631 is #DCD9CE. Grayscale: #262626. Windows color (decimal): -14473679 or 3221027. OLE color: 3221027.
HSL color Cylindrical-coordinate representation of color #232631: hue angle of 227.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #232631 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 38 | 49 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.81 |
| HSL | 227.14º | 0.17% | 0.16% | - |
| HSV(B) | 227.14º | 0.29% | 0.19% | - |
| XYZ | 1.94 | 1.97 | 3.18 | - |
| YUV | 38.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 49 | 0.29 | 0.22 | 0 | 0.81 | 227.14 | 0.17 | 0.16 |
| Hex | 23 | 26 | 31 | 1D | 16 | 0 | 51 | E3 | 11 | 10 |
| Octal | 43 | 46 | 61 | 35 | 26 | 0 | 121 | 343 | 21 | 20 |
| Binary | 100011 | 100110 | 110001 | 11101 | 10110 | 0 | 1010001 | 11100011 | 10001 | 10000 |
Color Harmonies of #232631
Complementary color
Monochromatic Colors of #232631
Black with #232631
Text Example
Text Example
White with #232631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232631; }
p { color: rgb(35,38,49); }
H1.HeaderClassName
{
color: #232631;
}
.AnyTagClassName
{
color: #232631;
}
</style>
background-color css
<style>
a { background-color: #232631; }
a { background-color: rgb(35,38,49); }
div.DivClassName
{
background-color: #232631;
}
.BgClassName
{
background-color: #232631;
}
</style>
border-color css
<style>
span { border-color: #232631; }
span { border-color: rgb(35,38,49); }
td.TdClassName
{
border-color: #232631;
}
.TagClassName
{
border-color: #232631;
}
</style>