Shades of Outer Space #303C3F
Tints of Outer Space #303C3F
RGB
CMYK
RGB Variations
Color information
#303C3F (or 0x303C3F) is known color: Outer Space. HEX triplet: 30, 3C and 3F. RGB value is (48,60,63). Sum of RGB (Red+Green+Blue) = 48+60+63=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #303C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C3F is #CFC3C0. Grayscale: #383838. Windows color (decimal): -13616065 or 4144176. OLE color: 4144176.
HSL color Cylindrical-coordinate representation of color #303C3F: hue angle of 192º 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 #303C3F is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 60 | 63 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.75 |
| HSL | 192º | 0.14% | 0.22% | - |
| HSV(B) | 192º | 0.24% | 0.25% | - |
| XYZ | 3.73 | 4.22 | 5.32 | - |
| YUV | 56.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 63 | 0.24 | 0.05 | 0 | 0.75 | 192 | 0.14 | 0.22 |
| Hex | 30 | 3C | 3F | 18 | 5 | 0 | 4B | C0 | E | 16 |
| Octal | 60 | 74 | 77 | 30 | 5 | 0 | 113 | 300 | 16 | 26 |
| Binary | 110000 | 111100 | 111111 | 11000 | 101 | 0 | 1001011 | 11000000 | 1110 | 10110 |
Color Harmonies of #303C3F
Complementary color
Monochromatic Colors of #303C3F
Black with #303C3F
Text Example
Text Example
White with #303C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C3F; }
p { color: rgb(48,60,63); }
H1.HeaderClassName
{
color: #303C3F;
}
.AnyTagClassName
{
color: #303C3F;
}
</style>
background-color css
<style>
a { background-color: #303C3F; }
a { background-color: rgb(48,60,63); }
div.DivClassName
{
background-color: #303C3F;
}
.BgClassName
{
background-color: #303C3F;
}
</style>
border-color css
<style>
span { border-color: #303C3F; }
span { border-color: rgb(48,60,63); }
td.TdClassName
{
border-color: #303C3F;
}
.TagClassName
{
border-color: #303C3F;
}
</style>