Shades of Outer Space #26393B
Tints of Outer Space #26393B
RGB
CMYK
RGB Variations
Color information
#26393B (or 0x26393B) is known color: Outer Space. HEX triplet: 26, 39 and 3B. RGB value is (38,57,59). Sum of RGB (Red+Green+Blue) = 38+57+59=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 59 - color contains mainly: blue. Hex color #26393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26393B is #D9C6C4. Grayscale: #333333. Windows color (decimal): -14272197 or 3881254. OLE color: 3881254.
HSL color Cylindrical-coordinate representation of color #26393B: hue angle of 185.71º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #26393B is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 57 | 59 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.77 |
| HSL | 185.71º | 0.22% | 0.19% | - |
| HSV(B) | 185.71º | 0.36% | 0.23% | - |
| XYZ | 3.05 | 3.65 | 4.68 | - |
| YUV | 51.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 59 | 0.36 | 0.03 | 0 | 0.77 | 185.71 | 0.22 | 0.19 |
| Hex | 26 | 39 | 3B | 24 | 3 | 0 | 4D | BA | 16 | 13 |
| Octal | 46 | 71 | 73 | 44 | 3 | 0 | 115 | 272 | 26 | 23 |
| Binary | 100110 | 111001 | 111011 | 100100 | 11 | 0 | 1001101 | 10111010 | 10110 | 10011 |
Color Harmonies of #26393B
Complementary color
Monochromatic Colors of #26393B
Black with #26393B
Text Example
Text Example
White with #26393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26393B; }
p { color: rgb(38,57,59); }
H1.HeaderClassName
{
color: #26393B;
}
.AnyTagClassName
{
color: #26393B;
}
</style>
background-color css
<style>
a { background-color: #26393B; }
a { background-color: rgb(38,57,59); }
div.DivClassName
{
background-color: #26393B;
}
.BgClassName
{
background-color: #26393B;
}
</style>
border-color css
<style>
span { border-color: #26393B; }
span { border-color: rgb(38,57,59); }
td.TdClassName
{
border-color: #26393B;
}
.TagClassName
{
border-color: #26393B;
}
</style>