Shades of Outer Space #26373B
Tints of Outer Space #26373B
RGB
CMYK
RGB Variations
Color information
#26373B (or 0x26373B) is known color: Outer Space. HEX triplet: 26, 37 and 3B. RGB value is (38,55,59). Sum of RGB (Red+Green+Blue) = 38+55+59=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #26373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26373B is #D9C8C4. Grayscale: #323232. Windows color (decimal): -14272709 or 3880742. OLE color: 3880742.
HSL color Cylindrical-coordinate representation of color #26373B: hue angle of 191.43º 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 #26373B is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 55 | 59 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.77 |
| HSL | 191.43º | 0.22% | 0.19% | - |
| HSV(B) | 191.43º | 0.36% | 0.23% | - |
| XYZ | 2.95 | 3.46 | 4.65 | - |
| YUV | 50.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 59 | 0.36 | 0.07 | 0 | 0.77 | 191.43 | 0.22 | 0.19 |
| Hex | 26 | 37 | 3B | 24 | 7 | 0 | 4D | BF | 16 | 13 |
| Octal | 46 | 67 | 73 | 44 | 7 | 0 | 115 | 277 | 26 | 23 |
| Binary | 100110 | 110111 | 111011 | 100100 | 111 | 0 | 1001101 | 10111111 | 10110 | 10011 |
Color Harmonies of #26373B
Complementary color
Monochromatic Colors of #26373B
Black with #26373B
Text Example
Text Example
White with #26373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26373B; }
p { color: rgb(38,55,59); }
H1.HeaderClassName
{
color: #26373B;
}
.AnyTagClassName
{
color: #26373B;
}
</style>
background-color css
<style>
a { background-color: #26373B; }
a { background-color: rgb(38,55,59); }
div.DivClassName
{
background-color: #26373B;
}
.BgClassName
{
background-color: #26373B;
}
</style>
border-color css
<style>
span { border-color: #26373B; }
span { border-color: rgb(38,55,59); }
td.TdClassName
{
border-color: #26373B;
}
.TagClassName
{
border-color: #26373B;
}
</style>