Shades of Outer Space #28393D
Tints of Outer Space #28393D
RGB
CMYK
RGB Variations
Color information
#28393D (or 0x28393D) is known color: Outer Space. HEX triplet: 28, 39 and 3D. RGB value is (40,57,61). Sum of RGB (Red+Green+Blue) = 40+57+61=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #28393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28393D is #D7C6C2. Grayscale: #343434. Windows color (decimal): -14141123 or 4012328. OLE color: 4012328.
HSL color Cylindrical-coordinate representation of color #28393D: hue angle of 191.43º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #28393D is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 57 | 61 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.76 |
| HSL | 191.43º | 0.21% | 0.2% | - |
| HSV(B) | 191.43º | 0.34% | 0.24% | - |
| XYZ | 3.18 | 3.71 | 4.96 | - |
| YUV | 52.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 61 | 0.34 | 0.07 | 0 | 0.76 | 191.43 | 0.21 | 0.2 |
| Hex | 28 | 39 | 3D | 22 | 7 | 0 | 4C | BF | 15 | 14 |
| Octal | 50 | 71 | 75 | 42 | 7 | 0 | 114 | 277 | 25 | 24 |
| Binary | 101000 | 111001 | 111101 | 100010 | 111 | 0 | 1001100 | 10111111 | 10101 | 10100 |
Color Harmonies of #28393D
Complementary color
Monochromatic Colors of #28393D
Black with #28393D
Text Example
Text Example
White with #28393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28393D; }
p { color: rgb(40,57,61); }
H1.HeaderClassName
{
color: #28393D;
}
.AnyTagClassName
{
color: #28393D;
}
</style>
background-color css
<style>
a { background-color: #28393D; }
a { background-color: rgb(40,57,61); }
div.DivClassName
{
background-color: #28393D;
}
.BgClassName
{
background-color: #28393D;
}
</style>
border-color css
<style>
span { border-color: #28393D; }
span { border-color: rgb(40,57,61); }
td.TdClassName
{
border-color: #28393D;
}
.TagClassName
{
border-color: #28393D;
}
</style>