Shades of Outer Space #303839
Tints of Outer Space #303839
RGB
CMYK
RGB Variations
Color information
#303839 (or 0x303839) is known color: Outer Space. HEX triplet: 30, 38 and 39. RGB value is (48,56,57). Sum of RGB (Red+Green+Blue) = 48+56+57=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 57 - color contains mainly: blue. Hex color #303839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303839 is #CFC7C6. Grayscale: #353535. Windows color (decimal): -13617095 or 3749936. OLE color: 3749936.
HSL color Cylindrical-coordinate representation of color #303839: hue angle of 186.67º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #303839 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 57 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.78 |
| HSL | 186.67º | 0.09% | 0.21% | - |
| HSV(B) | 186.67º | 0.16% | 0.22% | - |
| XYZ | 3.37 | 3.75 | 4.42 | - |
| YUV | 53.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 57 | 0.16 | 0.02 | 0 | 0.78 | 186.67 | 0.09 | 0.21 |
| Hex | 30 | 38 | 39 | 10 | 2 | 0 | 4E | BB | 9 | 15 |
| Octal | 60 | 70 | 71 | 20 | 2 | 0 | 116 | 273 | 11 | 25 |
| Binary | 110000 | 111000 | 111001 | 10000 | 10 | 0 | 1001110 | 10111011 | 1001 | 10101 |
Color Harmonies of #303839
Complementary color
Monochromatic Colors of #303839
Black with #303839
Text Example
Text Example
White with #303839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303839; }
p { color: rgb(48,56,57); }
H1.HeaderClassName
{
color: #303839;
}
.AnyTagClassName
{
color: #303839;
}
</style>
background-color css
<style>
a { background-color: #303839; }
a { background-color: rgb(48,56,57); }
div.DivClassName
{
background-color: #303839;
}
.BgClassName
{
background-color: #303839;
}
</style>
border-color css
<style>
span { border-color: #303839; }
span { border-color: rgb(48,56,57); }
td.TdClassName
{
border-color: #303839;
}
.TagClassName
{
border-color: #303839;
}
</style>