Shades of Outer Space #303738
Tints of Outer Space #303738
RGB
CMYK
RGB Variations
Color information
#303738 (or 0x303738) is known color: Outer Space. HEX triplet: 30, 37 and 38. RGB value is (48,55,56). Sum of RGB (Red+Green+Blue) = 48+55+56=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 56 - color contains mainly: blue. Hex color #303738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303738 is #CFC8C7. Grayscale: #353535. Windows color (decimal): -13617352 or 3684144. OLE color: 3684144.
HSL color Cylindrical-coordinate representation of color #303738: hue angle of 187.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #303738 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 55 | 56 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.78 |
| HSL | 187.5º | 0.08% | 0.2% | - |
| HSV(B) | 187.5º | 0.14% | 0.22% | - |
| XYZ | 3.3 | 3.65 | 4.27 | - |
| YUV | 53.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 56 | 0.14 | 0.02 | 0 | 0.78 | 187.5 | 0.08 | 0.2 |
| Hex | 30 | 37 | 38 | E | 2 | 0 | 4E | BC | 8 | 14 |
| Octal | 60 | 67 | 70 | 16 | 2 | 0 | 116 | 274 | 10 | 24 |
| Binary | 110000 | 110111 | 111000 | 1110 | 10 | 0 | 1001110 | 10111100 | 1000 | 10100 |
Color Harmonies of #303738
Complementary color
Monochromatic Colors of #303738
Black with #303738
Text Example
Text Example
White with #303738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303738; }
p { color: rgb(48,55,56); }
H1.HeaderClassName
{
color: #303738;
}
.AnyTagClassName
{
color: #303738;
}
</style>
background-color css
<style>
a { background-color: #303738; }
a { background-color: rgb(48,55,56); }
div.DivClassName
{
background-color: #303738;
}
.BgClassName
{
background-color: #303738;
}
</style>
border-color css
<style>
span { border-color: #303738; }
span { border-color: rgb(48,55,56); }
td.TdClassName
{
border-color: #303738;
}
.TagClassName
{
border-color: #303738;
}
</style>