Shades of Outer Space #303D3F
Tints of Outer Space #303D3F
RGB
CMYK
RGB Variations
Color information
#303D3F (or 0x303D3F) is known color: Outer Space. HEX triplet: 30, 3D and 3F. RGB value is (48,61,63). Sum of RGB (Red+Green+Blue) = 48+61+63=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 63 - color contains mainly: blue. Hex color #303D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D3F is #CFC2C0. Grayscale: #393939. Windows color (decimal): -13615809 or 4144432. OLE color: 4144432.
HSL color Cylindrical-coordinate representation of color #303D3F: hue angle of 188º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #303D3F is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 61 | 63 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.75 |
| HSL | 188º | 0.14% | 0.22% | - |
| HSV(B) | 188º | 0.24% | 0.25% | - |
| XYZ | 3.78 | 4.32 | 5.34 | - |
| YUV | 57.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 63 | 0.24 | 0.03 | 0 | 0.75 | 188 | 0.14 | 0.22 |
| Hex | 30 | 3D | 3F | 18 | 3 | 0 | 4B | BC | E | 16 |
| Octal | 60 | 75 | 77 | 30 | 3 | 0 | 113 | 274 | 16 | 26 |
| Binary | 110000 | 111101 | 111111 | 11000 | 11 | 0 | 1001011 | 10111100 | 1110 | 10110 |
Color Harmonies of #303D3F
Complementary color
Monochromatic Colors of #303D3F
Black with #303D3F
Text Example
Text Example
White with #303D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D3F; }
p { color: rgb(48,61,63); }
H1.HeaderClassName
{
color: #303D3F;
}
.AnyTagClassName
{
color: #303D3F;
}
</style>
background-color css
<style>
a { background-color: #303D3F; }
a { background-color: rgb(48,61,63); }
div.DivClassName
{
background-color: #303D3F;
}
.BgClassName
{
background-color: #303D3F;
}
</style>
border-color css
<style>
span { border-color: #303D3F; }
span { border-color: rgb(48,61,63); }
td.TdClassName
{
border-color: #303D3F;
}
.TagClassName
{
border-color: #303D3F;
}
</style>