Shades of Outer Space #283335
Tints of Outer Space #283335
RGB
CMYK
RGB Variations
Color information
#283335 (or 0x283335) is known color: Outer Space. HEX triplet: 28, 33 and 35. RGB value is (40,51,53). Sum of RGB (Red+Green+Blue) = 40+51+53=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 53 - color contains mainly: blue. Hex color #283335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283335 is #D7CCCA. Grayscale: #2F2F2F. Windows color (decimal): -14142667 or 3486504. OLE color: 3486504.
HSL color Cylindrical-coordinate representation of color #283335: hue angle of 189.23º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #283335 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 51 | 53 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.79 |
| HSL | 189.23º | 0.14% | 0.18% | - |
| HSV(B) | 189.23º | 0.25% | 0.21% | - |
| XYZ | 2.7 | 3.08 | 3.82 | - |
| YUV | 47.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 53 | 0.25 | 0.04 | 0 | 0.79 | 189.23 | 0.14 | 0.18 |
| Hex | 28 | 33 | 35 | 19 | 4 | 0 | 4F | BD | E | 12 |
| Octal | 50 | 63 | 65 | 31 | 4 | 0 | 117 | 275 | 16 | 22 |
| Binary | 101000 | 110011 | 110101 | 11001 | 100 | 0 | 1001111 | 10111101 | 1110 | 10010 |
Color Harmonies of #283335
Complementary color
Monochromatic Colors of #283335
Black with #283335
Text Example
Text Example
White with #283335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283335; }
p { color: rgb(40,51,53); }
H1.HeaderClassName
{
color: #283335;
}
.AnyTagClassName
{
color: #283335;
}
</style>
background-color css
<style>
a { background-color: #283335; }
a { background-color: rgb(40,51,53); }
div.DivClassName
{
background-color: #283335;
}
.BgClassName
{
background-color: #283335;
}
</style>
border-color css
<style>
span { border-color: #283335; }
span { border-color: rgb(40,51,53); }
td.TdClassName
{
border-color: #283335;
}
.TagClassName
{
border-color: #283335;
}
</style>