Shades of Black Russian #23262D
Tints of Black Russian #23262D
RGB
CMYK
RGB Variations
Color information
#23262D (or 0x23262D) is known color: Black Russian. HEX triplet: 23, 26 and 2D. RGB value is (35,38,45). Sum of RGB (Red+Green+Blue) = 35+38+45=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 45 - color contains mainly: blue. Hex color #23262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23262D is #DCD9D2. Grayscale: #252525. Windows color (decimal): -14473683 or 2958883. OLE color: 2958883.
HSL color Cylindrical-coordinate representation of color #23262D: hue angle of 222º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #23262D is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 38 | 45 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.82 |
| HSL | 222º | 0.13% | 0.16% | - |
| HSV(B) | 222º | 0.22% | 0.18% | - |
| XYZ | 1.86 | 1.93 | 2.76 | - |
| YUV | 37.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 45 | 0.22 | 0.16 | 0 | 0.82 | 222 | 0.13 | 0.16 |
| Hex | 23 | 26 | 2D | 16 | 10 | 0 | 52 | DE | C | 10 |
| Octal | 43 | 46 | 55 | 26 | 20 | 0 | 122 | 336 | 14 | 20 |
| Binary | 100011 | 100110 | 101101 | 10110 | 10000 | 0 | 1010010 | 11011110 | 1100 | 10000 |
Color Harmonies of #23262D
Complementary color
Monochromatic Colors of #23262D
Black with #23262D
Text Example
Text Example
White with #23262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23262D; }
p { color: rgb(35,38,45); }
H1.HeaderClassName
{
color: #23262D;
}
.AnyTagClassName
{
color: #23262D;
}
</style>
background-color css
<style>
a { background-color: #23262D; }
a { background-color: rgb(35,38,45); }
div.DivClassName
{
background-color: #23262D;
}
.BgClassName
{
background-color: #23262D;
}
</style>
border-color css
<style>
span { border-color: #23262D; }
span { border-color: rgb(35,38,45); }
td.TdClassName
{
border-color: #23262D;
}
.TagClassName
{
border-color: #23262D;
}
</style>