Shades of Outer Space #2F383A
Tints of Outer Space #2F383A
RGB
CMYK
RGB Variations
Color information
#2F383A (or 0x2F383A) is known color: Outer Space. HEX triplet: 2F, 38 and 3A. RGB value is (47,56,58). Sum of RGB (Red+Green+Blue) = 47+56+58=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F383A is #D0C7C5. Grayscale: #353535. Windows color (decimal): -13682630 or 3815471. OLE color: 3815471.
HSL color Cylindrical-coordinate representation of color #2F383A: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F383A is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 56 | 58 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.77 |
| HSL | 190.91º | 0.1% | 0.21% | - |
| HSV(B) | 190.91º | 0.19% | 0.23% | - |
| XYZ | 3.35 | 3.74 | 4.55 | - |
| YUV | 53.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 58 | 0.19 | 0.03 | 0 | 0.77 | 190.91 | 0.1 | 0.21 |
| Hex | 2F | 38 | 3A | 13 | 3 | 0 | 4D | BF | A | 15 |
| Octal | 57 | 70 | 72 | 23 | 3 | 0 | 115 | 277 | 12 | 25 |
| Binary | 101111 | 111000 | 111010 | 10011 | 11 | 0 | 1001101 | 10111111 | 1010 | 10101 |
Color Harmonies of #2F383A
Complementary color
Monochromatic Colors of #2F383A
Black with #2F383A
Text Example
Text Example
White with #2F383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F383A; }
p { color: rgb(47,56,58); }
H1.HeaderClassName
{
color: #2F383A;
}
.AnyTagClassName
{
color: #2F383A;
}
</style>
background-color css
<style>
a { background-color: #2F383A; }
a { background-color: rgb(47,56,58); }
div.DivClassName
{
background-color: #2F383A;
}
.BgClassName
{
background-color: #2F383A;
}
</style>
border-color css
<style>
span { border-color: #2F383A; }
span { border-color: rgb(47,56,58); }
td.TdClassName
{
border-color: #2F383A;
}
.TagClassName
{
border-color: #2F383A;
}
</style>