Shades of Black Russian #262830
Tints of Black Russian #262830
RGB
CMYK
RGB Variations
Color information
#262830 (or 0x262830) is known color: Black Russian. HEX triplet: 26, 28 and 30. RGB value is (38,40,48). Sum of RGB (Red+Green+Blue) = 38+40+48=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 48 - color contains mainly: blue. Hex color #262830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262830 is #D9D7CF. Grayscale: #282828. Windows color (decimal): -14276560 or 3156006. OLE color: 3156006.
HSL color Cylindrical-coordinate representation of color #262830: hue angle of 228º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #262830 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 40 | 48 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.81 |
| HSL | 228º | 0.12% | 0.17% | - |
| HSV(B) | 228º | 0.21% | 0.19% | - |
| XYZ | 2.09 | 2.14 | 3.1 | - |
| YUV | 40.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 48 | 0.21 | 0.17 | 0 | 0.81 | 228 | 0.12 | 0.17 |
| Hex | 26 | 28 | 30 | 15 | 11 | 0 | 51 | E4 | C | 11 |
| Octal | 46 | 50 | 60 | 25 | 21 | 0 | 121 | 344 | 14 | 21 |
| Binary | 100110 | 101000 | 110000 | 10101 | 10001 | 0 | 1010001 | 11100100 | 1100 | 10001 |
Color Harmonies of #262830
Complementary color
Monochromatic Colors of #262830
Black with #262830
Text Example
Text Example
White with #262830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262830; }
p { color: rgb(38,40,48); }
H1.HeaderClassName
{
color: #262830;
}
.AnyTagClassName
{
color: #262830;
}
</style>
background-color css
<style>
a { background-color: #262830; }
a { background-color: rgb(38,40,48); }
div.DivClassName
{
background-color: #262830;
}
.BgClassName
{
background-color: #262830;
}
</style>
border-color css
<style>
span { border-color: #262830; }
span { border-color: rgb(38,40,48); }
td.TdClassName
{
border-color: #262830;
}
.TagClassName
{
border-color: #262830;
}
</style>