Shades of Outer Space #303B3D
Tints of Outer Space #303B3D
RGB
CMYK
RGB Variations
Color information
#303B3D (or 0x303B3D) is known color: Outer Space. HEX triplet: 30, 3B and 3D. RGB value is (48,59,61). Sum of RGB (Red+Green+Blue) = 48+59+61=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 61 - color contains mainly: blue. Hex color #303B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B3D is #CFC4C2. Grayscale: #373737. Windows color (decimal): -13616323 or 4012848. OLE color: 4012848.
HSL color Cylindrical-coordinate representation of color #303B3D: hue angle of 189.23º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303B3D is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 59 | 61 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.76 |
| HSL | 189.23º | 0.12% | 0.21% | - |
| HSV(B) | 189.23º | 0.21% | 0.24% | - |
| XYZ | 3.63 | 4.09 | 5.01 | - |
| YUV | 55.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 61 | 0.21 | 0.03 | 0 | 0.76 | 189.23 | 0.12 | 0.21 |
| Hex | 30 | 3B | 3D | 15 | 3 | 0 | 4C | BD | C | 15 |
| Octal | 60 | 73 | 75 | 25 | 3 | 0 | 114 | 275 | 14 | 25 |
| Binary | 110000 | 111011 | 111101 | 10101 | 11 | 0 | 1001100 | 10111101 | 1100 | 10101 |
Color Harmonies of #303B3D
Complementary color
Monochromatic Colors of #303B3D
Black with #303B3D
Text Example
Text Example
White with #303B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B3D; }
p { color: rgb(48,59,61); }
H1.HeaderClassName
{
color: #303B3D;
}
.AnyTagClassName
{
color: #303B3D;
}
</style>
background-color css
<style>
a { background-color: #303B3D; }
a { background-color: rgb(48,59,61); }
div.DivClassName
{
background-color: #303B3D;
}
.BgClassName
{
background-color: #303B3D;
}
</style>
border-color css
<style>
span { border-color: #303B3D; }
span { border-color: rgb(48,59,61); }
td.TdClassName
{
border-color: #303B3D;
}
.TagClassName
{
border-color: #303B3D;
}
</style>