Shades of Outer Space #28373A
Tints of Outer Space #28373A
RGB
CMYK
RGB Variations
Color information
#28373A (or 0x28373A) is known color: Outer Space. HEX triplet: 28, 37 and 3A. RGB value is (40,55,58). Sum of RGB (Red+Green+Blue) = 40+55+58=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 58 - color contains mainly: blue. Hex color #28373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28373A is #D7C8C5. Grayscale: #323232. Windows color (decimal): -14141638 or 3815208. OLE color: 3815208.
HSL color Cylindrical-coordinate representation of color #28373A: hue angle of 190º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #28373A is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 55 | 58 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.77 |
| HSL | 190º | 0.18% | 0.19% | - |
| HSV(B) | 190º | 0.31% | 0.23% | - |
| XYZ | 3 | 3.49 | 4.52 | - |
| YUV | 50.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 58 | 0.31 | 0.05 | 0 | 0.77 | 190 | 0.18 | 0.19 |
| Hex | 28 | 37 | 3A | 1F | 5 | 0 | 4D | BE | 12 | 13 |
| Octal | 50 | 67 | 72 | 37 | 5 | 0 | 115 | 276 | 22 | 23 |
| Binary | 101000 | 110111 | 111010 | 11111 | 101 | 0 | 1001101 | 10111110 | 10010 | 10011 |
Color Harmonies of #28373A
Complementary color
Monochromatic Colors of #28373A
Black with #28373A
Text Example
Text Example
White with #28373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28373A; }
p { color: rgb(40,55,58); }
H1.HeaderClassName
{
color: #28373A;
}
.AnyTagClassName
{
color: #28373A;
}
</style>
background-color css
<style>
a { background-color: #28373A; }
a { background-color: rgb(40,55,58); }
div.DivClassName
{
background-color: #28373A;
}
.BgClassName
{
background-color: #28373A;
}
</style>
border-color css
<style>
span { border-color: #28373A; }
span { border-color: rgb(40,55,58); }
td.TdClassName
{
border-color: #28373A;
}
.TagClassName
{
border-color: #28373A;
}
</style>