Shades of Outer Space #283133
Tints of Outer Space #283133
RGB
CMYK
RGB Variations
Color information
#283133 (or 0x283133) is known color: Outer Space. HEX triplet: 28, 31 and 33. RGB value is (40,49,51). Sum of RGB (Red+Green+Blue) = 40+49+51=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 51 - color contains mainly: blue. Hex color #283133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283133 is #D7CECC. Grayscale: #2E2E2E. Windows color (decimal): -14143181 or 3354920. OLE color: 3354920.
HSL color Cylindrical-coordinate representation of color #283133: hue angle of 190.91º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #283133 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 49 | 51 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.8 |
| HSL | 190.91º | 0.12% | 0.18% | - |
| HSV(B) | 190.91º | 0.22% | 0.2% | - |
| XYZ | 2.57 | 2.89 | 3.55 | - |
| YUV | 46.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 51 | 0.22 | 0.04 | 0 | 0.8 | 190.91 | 0.12 | 0.18 |
| Hex | 28 | 31 | 33 | 16 | 4 | 0 | 50 | BF | C | 12 |
| Octal | 50 | 61 | 63 | 26 | 4 | 0 | 120 | 277 | 14 | 22 |
| Binary | 101000 | 110001 | 110011 | 10110 | 100 | 0 | 1010000 | 10111111 | 1100 | 10010 |
Color Harmonies of #283133
Complementary color
Monochromatic Colors of #283133
Black with #283133
Text Example
Text Example
White with #283133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283133; }
p { color: rgb(40,49,51); }
H1.HeaderClassName
{
color: #283133;
}
.AnyTagClassName
{
color: #283133;
}
</style>
background-color css
<style>
a { background-color: #283133; }
a { background-color: rgb(40,49,51); }
div.DivClassName
{
background-color: #283133;
}
.BgClassName
{
background-color: #283133;
}
</style>
border-color css
<style>
span { border-color: #283133; }
span { border-color: rgb(40,49,51); }
td.TdClassName
{
border-color: #283133;
}
.TagClassName
{
border-color: #283133;
}
</style>